diff options
Diffstat (limited to 'coreutils/seq.c')
-rw-r--r-- | coreutils/seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/seq.c b/coreutils/seq.c index 03ae3c6..84d11fd 100644 --- a/coreutils/seq.c +++ b/coreutils/seq.c @@ -95,5 +95,5 @@ int seq_main(int argc, char **argv) if (n) /* if while loop executed at least once */ bb_putchar('\n'); - return fflush(stdout); + return fflush_all(); } |