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

@@ -4104,7 +4104,7 @@ freenumbers(FUNC *fp)
case OP_QUIT:
freestringconstant(
(long)fp->f_opcodes[pc]);
break;
break;
}
/* FALLTHRU */
case OPLOC: