aboutsummaryrefslogtreecommitdiffstats
path: root/src/chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c
index e8a795f24..8002ef5f3 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -59,7 +59,7 @@ enum Verbosity
};
/* The name the program was run with. */
-char *program_name;
+char const *program_name;
/* The desired change to the mode. */
static struct mode_change *change;