1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +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' */ /* Ignore the '\n' */
NextChar (); NextChar ();
goto Again; goto Again;
} } else {
else {
/* Make it clear what the problem is: */ /* Make it clear what the problem is: */
Error ("EOL expected."); Error ("EOL expected.");
} }