summaryrefslogtreecommitdiff
path: root/ddb/db_watch.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:54:20 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-15 19:19:23 +0100
commitbe78a5c7937a31128a3624dcace9df23492866f9 (patch)
tree18fe5f79b66f47aef9658d788fea84ef425d8127 /ddb/db_watch.c
parent6ff7e82fab67f23f0aa4caa18b886ce03c060f4d (diff)
Declare void argument lists
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();
}