aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r--coreutils/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c
index 85c6729ea..61baa9a11 100644
--- a/coreutils/ls.c
+++ b/coreutils/ls.c
@@ -742,7 +742,7 @@ static int print_name(const char *name)
742static int list_single(const struct dnode *dn) 742static int list_single(const struct dnode *dn)
743{ 743{
744 int column = 0; 744 int column = 0;
745 char *lpath; 745 char *lpath = lpath; /* for compiler */
746#if ENABLE_FEATURE_LS_TIMESTAMPS 746#if ENABLE_FEATURE_LS_TIMESTAMPS
747 char *filetime; 747 char *filetime;
748 time_t ttime, age; 748 time_t ttime, age;