(time_format): Add `const' attribute.

This commit is contained in:
Jim Meyering
2005-06-23 15:27:55 +00:00
parent c8c1251a7b
commit d6b20d71f7
+1 -1
View File
@@ -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;