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 9fc96d7..d0cda25 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -4380,7 +4380,7 @@ output_source_filename_data::output (const char *disp_name, m_uiout->text (", "); m_first = false; - wrap_here (""); + wrap_here (0); if (m_uiout->is_mi_like_p ()) { m_uiout->field_string ("file", disp_name, file_name_style.style ()); |