summaryrefslogtreecommitdiff
path: root/src/fr-command-ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-ar.c')
-rw-r--r--src/fr-command-ar.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fr-command-ar.c b/src/fr-command-ar.c
index 2e2ae70..e1397be 100644
--- a/src/fr-command-ar.c
+++ b/src/fr-command-ar.c
@@ -48,10 +48,10 @@ mktime_from_string (char *time_s,
char *month_s,
char *year_s)
{
- static char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
- "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
- struct tm tm = {0, };
- char **fields;
+ static const char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
+ "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
+ struct tm tm = {0, };
+ char **fields;
tm.tm_isdst = -1;