Commit 81d9f889 authored by zeroday's avatar zeroday
Browse files

fix #353

parent e61ad9d7
...@@ -80,7 +80,7 @@ LUALIB_API int ( luaopen_file )( lua_State *L ); ...@@ -80,7 +80,7 @@ LUALIB_API int ( luaopen_file )( lua_State *L );
LUALIB_API int ( luaopen_ow )( lua_State *L ); LUALIB_API int ( luaopen_ow )( lua_State *L );
#define AUXLIB_CJSON "cjson" #define AUXLIB_CJSON "cjson"
LUALIB_API int ( luaopen_ow )( lua_State *L ); LUALIB_API int ( luaopen_cjson )( lua_State *L );
// Helper macros // Helper macros
#define MOD_CHECK_ID( mod, id )\ #define MOD_CHECK_ID( mod, id )\
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment