1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-29 10:29:30 +00:00

Style again

This commit is contained in:
JT 2015-07-20 19:16:48 -04:00
parent 10579d0421
commit cacc5e2ace

View File

@ -1423,8 +1423,7 @@ CharAgain:
/* Ignore the '\n' */
NextChar ();
goto Again;
}
else {
} else {
/* Make it clear what the problem is: */
Error ("EOL expected.");
}