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 e0480eeb9..5b272e7b7 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -184,7 +184,7 @@ struct month
};
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
/* FIXME: None of these tables work with multibyte character sets.
Also, there are many other bugs when handling multibyte characters.