mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-29 12:05:17 -04:00
(time_format): Add `const' attribute.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user