diff options
Diffstat (limited to 'src/io.c')
-rw-r--r-- | src/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -324,7 +324,7 @@ io_extract_data (char *dst_data, const char *org, int len) *dst_data = '\0'; } -void +static void display_mark (void) { const int DISPLAY_TIME = 1; |