summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/anylike.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/anylike.c b/src/anylike.c
index 4f85879..eb31e09 100644
--- a/src/anylike.c
+++ b/src/anylike.c
@@ -120,7 +120,6 @@ int init_main_loop(lua_State *L)
switch(ret) {
case LUA_ERRSYNTAX: log_printf(ERROR, "luaL_loadbuffer() syntax error: %s", err_str); break;
case LUA_ERRMEM: log_printf(ERROR, "luaL_loadbuffer() malloc error: %s", err_str); break;
- case LUA_ERRFILE: log_printf(ERROR, "luaL_loadbuffer() file access error: %s", err_str); break;
default: log_printf(ERROR, "luaL_loadbuffer() unknown error: %s", err_str); break;
}
return -1;