summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-02-02 17:33:11 +0000
committerJim Meyering <jim@meyering.net>2004-02-02 17:33:11 +0000
commitfa377fd8c107ae73d0b4ae9c745351c76ba970b8 (patch)
tree0a1b4d0b44781683d0514baa371ad9550f18bb74 /src/stat.c
parent258e4f3a5bcfccc9c9aa749fc3117bc02be262c8 (diff)
downloadcoreutils-fa377fd8c107ae73d0b4ae9c745351c76ba970b8.tar.xz
(do_stat): Remove extra trailing newline from default formats.
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stat.c b/src/stat.c
index 57442dcbd..7b3efebc8 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -671,7 +671,7 @@ do_stat (char const *filename, int follow_links, int terse,
"Device: %Dh/%dd\tInode: %-10i Links: %-5h"
" Device type: %t,%T\n"
"Access: (%04a/%10.10A) Uid: (%5u/%8U) Gid: (%5g/%8G)\n"
- "Access: %x\n" "Modify: %y\n" "Change: %z\n";
+ "Access: %x\n" "Modify: %y\n" "Change: %z";
}
else
{
@@ -680,7 +680,7 @@ do_stat (char const *filename, int follow_links, int terse,
" Size: %-10s\tBlocks: %-10b IO Block: %-6o %F\n"
"Device: %Dh/%dd\tInode: %-10i Links: %h\n"
"Access: (%04a/%10.10A) Uid: (%5u/%8U) Gid: (%5g/%8G)\n"
- "Access: %x\n" "Modify: %y\n" "Change: %z\n";
+ "Access: %x\n" "Modify: %y\n" "Change: %z";
}
}
}