diff options
Diffstat (limited to 'libcpp/pch.c')
-rw-r--r-- | libcpp/pch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/pch.c b/libcpp/pch.c index eb2d30b7284..ed59565761a 100644 --- a/libcpp/pch.c +++ b/libcpp/pch.c @@ -713,7 +713,7 @@ cpp_valid_state (cpp_reader *r, const char *name, int fd) cpp_warning_syshdr (r, CPP_W_INVALID_PCH, "%s: not used because `__COUNTER__' is invalid", name); - goto fail; + goto fail; } /* We win! */ |