diff options
Diffstat (limited to 'gcc/gcov-tool.c')
-rw-r--r-- | gcc/gcov-tool.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/gcov-tool.c b/gcc/gcov-tool.c index f8f1cb5..fca0178 100644 --- a/gcc/gcov-tool.c +++ b/gcc/gcov-tool.c @@ -528,9 +528,8 @@ print_version (void) fnotice (stdout, "Copyright %s 2020 Free Software Foundation, Inc.\n", _("(C)")); fnotice (stdout, - _("This is free software; see the source for copying conditions.\n" - "There is NO warranty; not even for MERCHANTABILITY or \n" - "FITNESS FOR A PARTICULAR PURPOSE.\n\n")); + _("This is free software; see the source for copying conditions. There is NO\n\ +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n")); exit (SUCCESS_EXIT_CODE); } |