aboutsummaryrefslogtreecommitdiff
path: root/src/reg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reg.c')
-rw-r--r--src/reg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reg.c b/src/reg.c
index bb1cf18..440a6f0 100644
--- a/src/reg.c
+++ b/src/reg.c
@@ -32,8 +32,8 @@ open_common(test, test_config);
#define push(T, name)\
lua_pushstring(L, #name);\
- luaopen_lullaby_##name(L);\
- lua_settable(L, T);
+luaopen_lullaby_##name(L);\
+lua_settable(L, T);
int luaopen_lullaby(lua_State* L) {