diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index d8ec597..3fbf77e 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -1403,7 +1403,7 @@ cpp_handle_option (pfile, argc, argv) CPP_OPTION (pfile, out_fname) = ""; break; case OPT_v: - fprintf (stderr, _("GNU CPP version %s (cpplib)\n"), version_string); + fprintf (stderr, _("GNU CPP version %s (cpplib)"), version_string); #ifdef TARGET_VERSION TARGET_VERSION; #endif |