diff options
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 |