소스 검색

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