summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/df.c b/src/df.c
index b0b8a7966..4719502b0 100644
--- a/src/df.c
+++ b/src/df.c
@@ -141,7 +141,7 @@ print_header (void)
printf (" ");
if (inode_format)
- printf (" Inodes IUsed IFree %%IUsed");
+ printf (" Inodes IUsed IFree %%IUsed");
else
if (output_units == 1024 * 1024)
printf (" MB-blocks Used Available Capacity");