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