diff options
Diffstat (limited to 'module/lua/llex.c')
-rw-r--r-- | module/lua/llex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/lua/llex.c b/module/lua/llex.c index 50c301f59..0c3488a55 100644 --- a/module/lua/llex.c +++ b/module/lua/llex.c @@ -477,7 +477,7 @@ static int llex (LexState *ls, SemInfo *seminfo) { else if (!lisdigit(ls->current)) return '.'; /* else go through */ } - /* FALLTHROUGH */ + /* FALLTHROUGH */ case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': { read_numeral(ls, seminfo); |