summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index b78b7e4c8..54b321bba 100644
--- a/src/du.c
+++ b/src/du.c
@@ -408,7 +408,7 @@ print_size (uintmax_t n_blocks, const char *string)
printf ("%s\t%s\n",
human_readable (n_blocks, buf, ST_NBLOCKSIZE, output_block_size),
string);
- FFLUSH (stdout);
+ fflush (stdout);
}
/* Recursively print the sizes of the directories (and, if selected, files)