aboutsummaryrefslogtreecommitdiffstats
path: root/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c
index 7bd1044cb..56e4867b9 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -1343,7 +1343,7 @@ do_stat (char const *filename, char const *format, char const *format2)
int flags = 0;
struct stat st;
struct statx stx = { 0, };
- const char *pathname = filename;
+ char const *pathname = filename;
struct print_args pa;
pa.st = &st;
pa.btime = (struct timespec) {-1, -1};