src/io.c: Remove C89 incompatible comment
Make commenting style consistent with everywhere else. Use "/* [...] */" instead of "// [...]". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
parent
7c91248629
commit
fdee1f2a22
2
src/io.c
2
src/io.c
@ -574,7 +574,7 @@ io_load_app (void)
|
|||||||
EXIT (_("syntax error in item repetition"));
|
EXIT (_("syntax error in item repetition"));
|
||||||
}
|
}
|
||||||
else if (c == '!')
|
else if (c == '!')
|
||||||
{ // endless item with exceptions
|
{ /* endless item with exceptions */
|
||||||
ungetc (c, data_file);
|
ungetc (c, data_file);
|
||||||
recur_exc_scan (&exc, data_file);
|
recur_exc_scan (&exc, data_file);
|
||||||
c = getc (data_file);
|
c = getc (data_file);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user