From 398966630f99329021d4335d819326e27a9d49df Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 18 Aug 2018 17:18:47 +0800 Subject: *update --- src/lua/math/luaopen_math.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua/math') diff --git a/src/lua/math/luaopen_math.cpp b/src/lua/math/luaopen_math.cpp index 462e8d1..0a82271 100644 --- a/src/lua/math/luaopen_math.cpp +++ b/src/lua/math/luaopen_math.cpp @@ -17,7 +17,7 @@ namespace lua static const luaL_Reg f[] = { { "mod", l_mod }, - { 0, 0 } + { 0, 0 } }; int luaopen_math(lua_State* L) -- cgit v1.1-26-g67d0