diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 96b0773..cfceef6 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -4375,7 +4375,7 @@ decode_line_spec (char *string, int funfirstline) sals = decode_line_1 (&string, funfirstline, cursal.symtab, cursal.line, - NULL, NULL); + NULL); if (*string) error (_("Junk at end of line specification: %s"), string); |