fix a const-related compilation failure in sort.c
authorJim Meyering <meyering@redhat.com>
Sun, 15 Jun 2008 14:28:48 +0000 (16:28 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 15 Jun 2008 14:28:48 +0000 (16:28 +0200)
commit2cbbbf631967fd0dd75275c2cde46903fdb2a7f6
tree84f77e58e13a46132ec929379c5be538d472df29
parent837bb3180324543b4badc91dc6555b5e8cf84a8b
fix a const-related compilation failure in sort.c

* src/sort.c (monthtab): Remove overzealous "const".
Table entries are modified in an #if HAVE_NL_LANGINFO block.
Introduced by 1463824d8e7f72c31f1d803d7cfe2b608ccafc5c.
src/sort.c