summaryrefslogtreecommitdiff
path: root/ddb/db_cond.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_cond.c')
-rw-r--r--ddb/db_cond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_cond.c b/ddb/db_cond.c
index ae52bef..2c923b4 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;