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