aboutsummaryrefslogtreecommitdiff
path: root/src/except.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/except.c')
-rw-r--r--src/except.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/except.c b/src/except.c
index 5faa5be..97c00a3 100644
--- a/src/except.c
+++ b/src/except.c
@@ -21,7 +21,7 @@ static int finalize(lua_State *L);
21static int do_nothing(lua_State *L); 21static int do_nothing(lua_State *L);
22 22
23/* except functions */ 23/* except functions */
24static luaL_reg func[] = { 24static luaL_Reg func[] = {
25 {"newtry", global_newtry}, 25 {"newtry", global_newtry},
26 {"protect", global_protect}, 26 {"protect", global_protect},
27 {NULL, NULL} 27 {NULL, NULL}