diff options
Diffstat (limited to 'lparser.c')
| -rw-r--r-- | lparser.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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); |
