diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 315ee8e..f0a7c7f 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -2607,9 +2607,9 @@ reread_symbols (int from_tty) if (!objfile_has_symbols (objfile)) { - wrap_here (""); + wrap_here (0); printf_filtered (_("(no debugging symbols found)\n")); - wrap_here (""); + wrap_here (0); } /* We're done reading the symbol file; finish off complaints. */ |