diff options
Diffstat (limited to 'src/io.c')
-rw-r--r-- | src/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -574,7 +574,7 @@ io_load_app (void) EXIT (_("syntax error in item repetition")); } else if (c == '!') - { // endless item with exceptions + { /* endless item with exceptions */ ungetc (c, data_file); recur_exc_scan (&exc, data_file); c = getc (data_file); |