summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index a5c6ff34a..bec3cf057 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -205,7 +205,7 @@ static char fold_toupper[UCHAR_LIM];
/* Table mapping month names to integers.
Alphabetic order allows binary search. */
-static struct month const monthtab[] =
+static struct month monthtab[] =
{
{"APR", 4},
{"AUG", 8},