summaryrefslogtreecommitdiff
path: root/src/mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mktemp.c')
-rw-r--r--src/mktemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mktemp.c b/src/mktemp.c
index c25f4b3d7..114fdc2b1 100644
--- a/src/mktemp.c
+++ b/src/mktemp.c
@@ -36,7 +36,7 @@
static const char *default_template = "tmp.XXXXXXXXXX";
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
/* For long options that have no equivalent short option, use a
non-character as a pseudo short option, starting with CHAR_MAX + 1. */