Fix spaces vs tabs and use FALLTHRU as it's used elsewhere

This commit is contained in:
Jack Culhane
2019-05-17 17:18:07 +01:00
parent 1f8269c0e2
commit fa173cd9aa
6 changed files with 20 additions and 20 deletions

View File

@@ -447,7 +447,7 @@ eatstring(int quotechar)
case '\n':
if (!newlines)
break;
/* fall through */
/*FALLTHRU*/
case EOF:
reread();
scanerror(T_NULL,