aboutsummaryrefslogtreecommitdiff
path: root/lparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.c')
-rw-r--r--lparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lparser.c b/lparser.c
index 838e6336..2a11fef6 100644
--- a/lparser.c
+++ b/lparser.c
@@ -443,7 +443,7 @@ static void funcargs (LexState *ls, expdesc *f) {
443 } 443 }
444 default: { 444 default: {
445 luaK_error(ls, "function arguments expected"); 445 luaK_error(ls, "function arguments expected");
446 break; 446 return;
447 } 447 }
448 } 448 }
449 lua_assert(f->k == VNONRELOC); 449 lua_assert(f->k == VNONRELOC);