diff options
Diffstat (limited to 'src/stat.c')
-rw-r--r-- | src/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c index 8254ccc0f..9ae2d5a9b 100644 --- a/src/stat.c +++ b/src/stat.c @@ -1307,7 +1307,7 @@ default_format (bool fs, bool terse, bool device) _("Access: %x\n" "Modify: %y\n" "Change: %z\n" - "Birth: %w\n")); + " Birth: %w\n")); free (temp); } } |