diff options
Diffstat (limited to 'include/ttyio.h')
-rw-r--r-- | include/ttyio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ttyio.h b/include/ttyio.h index 3202a47d8..08ca994c9 100644 --- a/include/ttyio.h +++ b/include/ttyio.h @@ -24,7 +24,7 @@ int tty_batchmode( int onoff ); #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 ) void tty_printf (const char *fmt, ... ) __attribute__ ((format (printf,1,2))); #else - void tty_printf const char *fmt, ... ); + void tty_printf (const char *fmt, ... ); #endif void tty_print_string( byte *p, size_t n ); void tty_print_utf8_string( byte *p, size_t n ); |