aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r--gcc/cpplib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index 5f699c8..bad82c3 100644
--- a/gcc/cpplib.c
+++ b/gcc/cpplib.c
@@ -7656,7 +7656,7 @@ cpp_message_from_errno (pfile, is_error, name)
if (ip != NULL)
cpp_file_line_for_message (pfile, ip->nominal_fname, ip->lineno, -1);
- cpp_message (pfile, is_error, "%s: %s", name, my_strerror (e), "");
+ cpp_message (pfile, is_error, "%s: %s", name, my_strerror (e));
}
void