diff options
author | chai <chaifix@163.com> | 2018-09-08 13:09:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-08 13:09:06 +0800 |
commit | 4798e70dcbbedb55de8e9f8e321e8fad7b9783f6 (patch) | |
tree | f4740d59b561163b260f2f29467cfffdd92c4d9e /src/lua/modules/core/core.cpp | |
parent | 36f7e3e5542f3cfee11b34ce497fcb877b3462bf (diff) |
*update
Diffstat (limited to 'src/lua/modules/core/core.cpp')
-rw-r--r-- | src/lua/modules/core/core.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lua/modules/core/core.cpp b/src/lua/modules/core/core.cpp index 4a370db..bfd80b8 100644 --- a/src/lua/modules/core/core.cpp +++ b/src/lua/modules/core/core.cpp @@ -29,10 +29,10 @@ namespace lua } static const luaL_Reg f[] = { - {"running", l_running }, - {"stop", l_stop }, - {"quit", l_quit }, - {0, 0 } + { "running", l_running }, + { "stop", l_stop }, + { "quit", l_quit }, + { 0, 0 } }; int luaopen_core(lua_State* L) |