diff options
Diffstat (limited to 'ddb/db_cond.c')
-rw-r--r-- | ddb/db_cond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_cond.c b/ddb/db_cond.c index ae52bef8..2c923b4d 100644 --- a/ddb/db_cond.c +++ b/ddb/db_cond.c @@ -105,7 +105,7 @@ db_cond_check(bkpt) void db_cond_print(bkpt) - db_thread_breakpoint_t bkpt; + const db_thread_breakpoint_t bkpt; { char *p, *ep; struct db_cond *cp; |