diff options
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r-- | gcc/c-lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 3867ef2069e..d207833a7c9 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -297,7 +297,7 @@ cb_file_change (pfile, new_map) { warning_with_file_and_line (input_filename, lineno, - "This file contains more '%c's than '%c's.", + "This file contains more '%c's than '%c's", indent_level > input_file_stack->indent_level ? '{' : '}', indent_level > input_file_stack->indent_level ? '}' : '{'); } |