summaryrefslogtreecommitdiff
path: root/src/rmdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmdir.c')
-rw-r--r--src/rmdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmdir.c b/src/rmdir.c
index b090d7a85..4ed2f7742 100644
--- a/src/rmdir.c
+++ b/src/rmdir.c
@@ -39,7 +39,7 @@
#define AUTHORS proper_name ("David MacKenzie")
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
/* If true, remove empty parent directories. */
static bool remove_empty_parents;