summaryrefslogtreecommitdiff
path: root/apps/plugins/lua
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua')
-rw-r--r--apps/plugins/lua/gmtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/gmtime.c b/apps/plugins/lua/gmtime.c
index deb24e08c9..19ff3bc088 100644
--- a/apps/plugins/lua/gmtime.c
+++ b/apps/plugins/lua/gmtime.c
@@ -4,7 +4,7 @@
4#define SPD 24*60*60 4#define SPD 24*60*60
5 5
6/* days per month -- nonleap! */ 6/* days per month -- nonleap! */
7const short __spm[13] = 7static const short __spm[13] =
8 { 0, 8 { 0,
9 (31), 9 (31),
10 (31+28), 10 (31+28),