diff options
Diffstat (limited to 'gcc/errors.h')
-rw-r--r-- | gcc/errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/errors.h b/gcc/errors.h index 5306c2e..b48f855 100644 --- a/gcc/errors.h +++ b/gcc/errors.h @@ -39,5 +39,5 @@ extern void fancy_abort PARAMS ((const char *, int, const char *)) extern int have_error; extern const char *progname; - + #endif /* ! GCC_ERRORS_H */ |