summaryrefslogtreecommitdiff
path: root/src/fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fold.c')
-rw-r--r--src/fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fold.c b/src/fold.c
index d0d1f82f2..8d63a8b52 100644
--- a/src/fold.c
+++ b/src/fold.c
@@ -35,7 +35,7 @@
#define AUTHORS proper_name ("David MacKenzie")
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
/* If nonzero, try to break on whitespace. */
static bool break_spaces;