aboutsummaryrefslogtreecommitdiffstats
path: root/src/mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mv.c')
-rw-r--r--src/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mv.c b/src/mv.c
index ffd791438..090541a4c 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -57,7 +57,7 @@ enum
};
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
/* Remove any trailing slashes from each SOURCE argument. */
static bool remove_trailing_slashes;