summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index c0b5ed571..358497280 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -121,7 +121,7 @@ static bool warn = false;
static bool quiet = false;
/* 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. */