diff options
Diffstat (limited to 'contrib/gcc/errors.h')
-rw-r--r-- | contrib/gcc/errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/errors.h b/contrib/gcc/errors.h index 5306c2eb9625..b48f855554f3 100644 --- a/contrib/gcc/errors.h +++ b/contrib/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 */ |