diff options
author | chai <chaifix@163.com> | 2018-07-22 12:28:03 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-22 12:28:03 +0800 |
commit | b2c7bb0b283dd2a80f345e26c042d6ffaf05209c (patch) | |
tree | d0945284f54a35ce00de80135ff7863af7b6e32d /src/lua/time/luaopen_time.cpp | |
parent | 50d060cd3a6831a1712195833c1f2774225e584c (diff) |
update
Diffstat (limited to 'src/lua/time/luaopen_time.cpp')
-rw-r--r-- | src/lua/time/luaopen_time.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/time/luaopen_time.cpp b/src/lua/time/luaopen_time.cpp index f7310dc..370d868 100644 --- a/src/lua/time/luaopen_time.cpp +++ b/src/lua/time/luaopen_time.cpp @@ -19,8 +19,8 @@ namespace lua } static const luaL_Reg f[] = { - {"second", l_sec}, - {"sleep", l_sleep}, + {"second", l_sec}, + {"sleep", l_sleep}, {0, 0}, }; |