summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/gmtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/gmtime.c')
-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 @@
#define SPD 24*60*60
/* days per month -- nonleap! */
-const short __spm[13] =
+static const short __spm[13] =
{ 0,
(31),
(31+28),