From af59b9dab2ae3de8cb3e30e821cc6a6851b4bd4d Mon Sep 17 00:00:00 2001 From: Jack Culhane Date: Fri, 17 May 2019 17:31:02 +0100 Subject: [PATCH] One FALLTHRU comment was inconsistent with others --- opcodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes.c b/opcodes.c index e971333..adce0d1 100644 --- a/opcodes.c +++ b/opcodes.c @@ -4106,7 +4106,7 @@ freenumbers(FUNC *fp) (long)fp->f_opcodes[pc]); break; } - /* FALLTHRU */ + /*FALLTHRU*/ case OPLOC: case OPPAR: case OPJMP: