diff options
Diffstat (limited to 'src/reg.c')
| -rw-r--r-- | src/reg.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) {
|
