From fdee1f2a221e7569e2d089b72ed4fb6808edf556 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 20 Feb 2012 02:48:19 +0100 Subject: src/io.c: Remove C89 incompatible comment Make commenting style consistent with everywhere else. Use "/* [...] */" instead of "// [...]". Signed-off-by: Lukas Fleischer --- src/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io.c') 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); -- cgit v1.2.3-54-g00ecf