diff options
Diffstat (limited to 'ddb/db_watch.c')
-rw-r--r-- | ddb/db_watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_watch.c b/ddb/db_watch.c index e2bd8d68..567040c1 100644 --- a/ddb/db_watch.c +++ b/ddb/db_watch.c @@ -255,7 +255,7 @@ db_watchpoint_cmd(addr, have_addr, count, modif) /* list watchpoints */ void -db_listwatch_cmd() +db_listwatch_cmd(void) { db_list_watchpoints(); } |