summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/join.c b/src/join.c
index c14cc1e66..111f9714c 100644
--- a/src/join.c
+++ b/src/join.c
@@ -80,7 +80,7 @@ struct seq
};
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
/* The previous line read from each file. */
static struct line *prevline[2];