summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/data.c b/data.c
index 6631b6d..9616fee 100644
--- a/data.c
+++ b/data.c
@@ -41,6 +41,7 @@ int srv_open(const char *basedir, int auto_upgrade)
41 FILE *f; 41 FILE *f;
42 xs_str *error = NULL; 42 xs_str *error = NULL;
43 43
44 /* MUST be three letters */
44 months[0] = LL("Jan"); 45 months[0] = LL("Jan");
45 months[1] = LL("Feb"); 46 months[1] = LL("Feb");
46 months[2] = LL("Mar"); 47 months[2] = LL("Mar");