diff options
Diffstat (limited to 'gdb/cli-out.c')
-rw-r--r-- | gdb/cli-out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cli-out.c b/gdb/cli-out.c index 5ff645b..925ba8a 100644 --- a/gdb/cli-out.c +++ b/gdb/cli-out.c @@ -238,12 +238,12 @@ cli_ui_out::do_message (const ui_file_style &style, } void -cli_ui_out::do_wrap_hint (const char *identstring) +cli_ui_out::do_wrap_hint (int indent) { if (m_suppress_output) return; - wrap_here (identstring); + wrap_here (indent); } void |