diff options
Diffstat (limited to 'contrib/gcc/gcov.c')
-rw-r--r-- | contrib/gcc/gcov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/gcov.c b/contrib/gcc/gcov.c index 3b249c7..e973b04 100644 --- a/contrib/gcc/gcov.c +++ b/contrib/gcc/gcov.c @@ -417,7 +417,7 @@ print_version (void) fnotice (stdout, "gcov (GCC) %s\n", version_string); fprintf (stdout, "Copyright %s 2006 Free Software Foundation, Inc.\n", _("(C)")); - fnotice (stdout, + fnotice (stdout, "%s", _("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")); |