diff options
Diffstat (limited to 'gdb/command.c')
-rw-r--r-- | gdb/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.c b/gdb/command.c index 9afbf82..ee8d712 100644 --- a/gdb/command.c +++ b/gdb/command.c @@ -1230,7 +1230,7 @@ do_setshow_command (arg, from_tty, c) int i; int len; int nmatches; - char *match; + char *match = NULL; char *p; p = strchr (arg, ' '); |