summaryrefslogtreecommitdiffstats
path: root/src/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io.c b/src/io.c
index c7401e4..e5b6f0d 100644
--- a/src/io.c
+++ b/src/io.c
@@ -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);