Style again
This commit is contained in:
parent
10579d0421
commit
cacc5e2ace
1 changed files with 1 additions and 2 deletions
|
@ -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.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue