summaryrefslogtreecommitdiffhomepage
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index af36c5d..06f44d4 100644
--- a/main.c
+++ b/main.c
@@ -21,7 +21,7 @@ int main(int argc, char ** argv)
return 1; // TODO: Document error codes/print usage information
}
- if (LUA_OK != luaL_dofile(L, argv[2]))
+ if (LUA_OK != load_handler(L, argv[2]))
{
return 2; // TODO: Document error codes/print usage information
}