ソースを参照

Initialize Lua struct library

bel2125 3 年 前
コミット
6ad5ef34f5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/mod_lua.inl

+ 1 - 1
src/mod_lua.inl

@@ -2687,7 +2687,7 @@ civetweb_open_lua_libs(lua_State *L)
 #endif
 #if defined(USE_LUA_STRUCT)
 	{
-		int luaopen_struct(lua_State *L);
+		int luaopen_struct(lua_State * L);
 		luaopen_struct(L);
 	}
 #endif