diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-26 00:37:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-26 00:37:00 +0000 |
commit | c6f188def8c5496dbd65c9be6ca3050286db7227 (patch) | |
tree | d8e1e56c728628c15f66cb88a6e54f368c806939 /e2fsprogs/fsck.c | |
parent | e63a0dee9e559110bcaec494ae5e7fc78c4141c7 (diff) |
silly size savings and capitalization fixes
Diffstat (limited to 'e2fsprogs/fsck.c')
-rw-r--r-- | e2fsprogs/fsck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index 06ba4b206..53657fb25 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c @@ -614,7 +614,7 @@ static int execute(const char *type, const char *device, const char *mntpt, mntpt ? mntpt : device); for (i=0; i < argc; i++) printf("%s ", argv[i]); - printf("\n"); + puts(""); } /* Fork and execute the correct program. */ |