aboutsummaryrefslogtreecommitdiffstats
path: root/src/fmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmt.c')
-rw-r--r--src/fmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmt.c b/src/fmt.c
index 59f71ca02..1f4e1da52 100644
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -168,7 +168,7 @@ static void put_word (WORD *w);
static void put_space (int space);
/* The name this program was run with. */
-const char *program_name;
+char const *program_name;
/* Option values. */