diff options
Diffstat (limited to 'gdb/cp-support.c')
-rw-r--r-- | gdb/cp-support.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/cp-support.c b/gdb/cp-support.c index 497a8f3..afa5c21 100644 --- a/gdb/cp-support.c +++ b/gdb/cp-support.c @@ -1016,7 +1016,8 @@ cp_lookup_rtti_type (const char *name, struct block *block) static void maint_cplus_command (char *arg, int from_tty) { - printf_unfiltered (_("\"maintenance cplus\" must be followed by the name of a command.\n")); + printf_unfiltered (_("\"maintenance cplus\" must be followed " + "by the name of a command.\n")); help_list (maint_cplus_cmd_list, "maintenance cplus ", -1, gdb_stdout); |