diff options
Diffstat (limited to 'e2fsprogs/old_e2fsprogs/fsck.c')
-rw-r--r-- | e2fsprogs/old_e2fsprogs/fsck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/old_e2fsprogs/fsck.c b/e2fsprogs/old_e2fsprogs/fsck.c index 261783726..aad85cf61 100644 --- a/e2fsprogs/old_e2fsprogs/fsck.c +++ b/e2fsprogs/old_e2fsprogs/fsck.c | |||
@@ -613,7 +613,7 @@ static int execute(const char *type, const char *device, const char *mntpt, | |||
613 | mntpt ? mntpt : device); | 613 | mntpt ? mntpt : device); |
614 | for (i=0; i < argc; i++) | 614 | for (i=0; i < argc; i++) |
615 | printf("%s ", argv[i]); | 615 | printf("%s ", argv[i]); |
616 | puts(""); | 616 | bb_putchar('\n'); |
617 | } | 617 | } |
618 | 618 | ||
619 | /* Fork and execute the correct program. */ | 619 | /* Fork and execute the correct program. */ |