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..5911ae3 100644 --- a/contrib/gcc/gcov.c +++ b/contrib/gcc/gcov.c @@ -414,7 +414,7 @@ print_usage (int error_p) static void print_version (void) { - fnotice (stdout, "gcov (GCC) %s\n", version_string); + fnotice (stdout, "%s", "gcov (GCC) %s\n", version_string); fprintf (stdout, "Copyright %s 2006 Free Software Foundation, Inc.\n", _("(C)")); fnotice (stdout, |