aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppspec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppspec.c')
-rw-r--r--gcc/cppspec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppspec.c b/gcc/cppspec.c
index dfae81e..c3adaa1 100644
--- a/gcc/cppspec.c
+++ b/gcc/cppspec.c
@@ -103,7 +103,7 @@ lang_specific_driver (int *in_argc, const char *const **in_argv,
need_E = 0;
else if (argv[i][1] == 'S' || argv[i][1] == 'c')
{
- fatal_error ("\"%s\" is not a valid option to the "
+ fatal_error ("%qs is not a valid option to the "
"preprocessor", argv[i]);
return;
}