Explorar el Código

Initialize Lua struct library

bel2125 hace 3 años
padre
commit
6ad5ef34f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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