diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ae4559495f2..411d2b23cef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2013-08-29 Phil Muldoon + + PR cli/15842 + + * top.c (print_gdb_version): Remove erroneous newline after help + text. + 2013-08-29 Yao Qi * varobj.c (install_dynamic_child): Remove trailing space. diff --git a/gdb/top.c b/gdb/top.c index 516ffb9f7c5..bb712636579 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1153,7 +1153,7 @@ Type \"show configuration\" for configuration details."); resources online at:\n.\n")); fprintf_filtered (stream, _("For help, type \"help\".\n")); fprintf_filtered (stream, _("Type \"apropos word\" to search for \ -commands related to \"word\".\n")); +commands related to \"word\".")); } /* Print the details of GDB build-time configuration. */