diff options
Diffstat (limited to 'src/lua/math/luaopen_math.cpp')
-rw-r--r-- | src/lua/math/luaopen_math.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |