diff options
Diffstat (limited to 'print.h')
| -rw-r--r-- | print.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #ifndef PRINT_H #define PRINT_H -void print_error(const char * const format, ...); +void print_error(const char *const format, ...); #endif /* PRINT_H */ |
