aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3e4145645..ef6212ae2 100644
--- a/main.c
+++ b/main.c
@@ -39,7 +39,7 @@ const char *monthname(int mon)
{
static const char month_array[12][4] = {
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
- "Jul", "Aug", "Oct", "Sep", "Nov", "Dec",
+ "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
};
return month_array[mon];
}