From bed0aeffb78aa0d7eef182885efaee24c08a88ba Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 5 Mar 2014 06:30:44 +0200 Subject: Minor fix in debug.c. --- debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.c') diff --git a/debug.c b/debug.c index 8df9ed0d..b55f3577 100644 --- a/debug.c +++ b/debug.c @@ -4851,7 +4851,7 @@ do_commands(CMDARG *arg, int cmd) struct commands_item *c; if (cmd == D_commands) { - int num, type; + int num = -1, type; if (arg == NULL) type = has_break_or_watch_point(&num, true); else { -- cgit v1.2.3