1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00

I'm a semicolon

This commit is contained in:
Reuh 2015-08-22 20:53:14 +02:00
parent 0af33d0b3a
commit d405bba6ca

View file

@ -37,7 +37,7 @@ static const struct luaL_Reg ctr_lib[] = {
}; };
// Subtables // Subtables
struct { char *name; void (*load)(lua_State *L); void (*unload)(lua_State *L) } ctr_libs[] = { struct { char *name; void (*load)(lua_State *L); void (*unload)(lua_State *L); } ctr_libs[] = {
{ "gfx", load_gfx_lib, unload_gfx_lib }, { "gfx", load_gfx_lib, unload_gfx_lib },
{ "news", load_news_lib, NULL }, { "news", load_news_lib, NULL },
{ "ptm", load_ptm_lib, NULL }, { "ptm", load_ptm_lib, NULL },