diff options
Diffstat (limited to 'contrib/gcc/gcov.c')
-rw-r--r-- | contrib/gcc/gcov.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/gcov.c b/contrib/gcc/gcov.c index 5911ae3..e973b04 100644 --- a/contrib/gcc/gcov.c +++ b/contrib/gcc/gcov.c @@ -414,10 +414,10 @@ print_usage (int error_p) static void print_version (void) { - fnotice (stdout, "%s", "gcov (GCC) %s\n", version_string); + 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")); |