aboutsummaryrefslogtreecommitdiff
path: root/src/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math.h')
-rw-r--r--src/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math.h b/src/math.h
index 22d9b13..17e477e 100644
--- a/src/math.h
+++ b/src/math.h
@@ -9,7 +9,7 @@ int l_gcd(lua_State*);
static const luaL_Reg math_function_list [] = {
{"lcm",l_lcm},
//{"gcd",l_gcd},
-
+
{NULL,NULL}
};