diff options
author | chai <chaifix@163.com> | 2018-07-28 22:46:38 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 22:46:38 +0800 |
commit | 178d7eea3903f41d6260777f8058a898d9107a31 (patch) | |
tree | 8e7145cb460903ccc3d06a4502739b5fb52566e3 /src/lua/event/luaopen_event.cpp | |
parent | 52693d68f7181d707e1a192d67a617145b358394 (diff) |
*update
Diffstat (limited to 'src/lua/event/luaopen_event.cpp')
-rw-r--r-- | src/lua/event/luaopen_event.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lua/event/luaopen_event.cpp b/src/lua/event/luaopen_event.cpp index 8802175..522a650 100644 --- a/src/lua/event/luaopen_event.cpp +++ b/src/lua/event/luaopen_event.cpp @@ -101,5 +101,6 @@ namespace lua luax_newlib(L, f); return 1; } -} -}
\ No newline at end of file + +} // lua +} // jin
\ No newline at end of file |