From d6b20d71f76a09c104b56fd005ea911bddd09f0f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Jun 2005 15:27:55 +0000 Subject: [PATCH] (time_format): Add `const' attribute. --- src/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/du.c b/src/du.c index 44dfdc387f..932b9716a5 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; -- 2.47.3