summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index 44dfdc387..932b9716a 100644
--- a/src/du.c
+++ b/src/du.c
@@ -168,7 +168,7 @@ static enum time_type time_type = time_mtime;
static char *time_style = NULL;
/* Format used to display date / time. Controlled by --time-style */
-static char *time_format = NULL;
+static char const *time_format = NULL;
/* The units to use when printing sizes. */
static uintmax_t output_block_size;