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.");
}