mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Style again
This commit is contained in:
parent
10579d0421
commit
cacc5e2ace
@ -1423,8 +1423,7 @@ CharAgain:
|
||||
/* Ignore the '\n' */
|
||||
NextChar ();
|
||||
goto Again;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
/* Make it clear what the problem is: */
|
||||
Error ("EOL expected.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user