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 d207833..94bc63e 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 ? '}' : '{'); } |