aboutsummaryrefslogtreecommitdiff
path: root/lundump.c
diff options
context:
space:
mode:
Diffstat (limited to 'lundump.c')
-rw-r--r--lundump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lundump.c b/lundump.c
index fccded7d..b69ec336 100644
--- a/lundump.c
+++ b/lundump.c
@@ -234,7 +234,7 @@ static void loadConstants (LoadState *S, Proto *f) {
234 f->source = NULL; 234 f->source = NULL;
235 break; 235 break;
236 } 236 }
237 default: lua_assert(0); 237 default: error(S, "invalid constant");
238 } 238 }
239 } 239 }
240} 240}