summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-14 08:52:56 +0000
committerJim Meyering <jim@meyering.net>1998-01-14 08:52:56 +0000
commitade1f58e11a191bd8a9cf81b7317a3c3deb6920f (patch)
treecbae6faeb9b325a3bd95ed39a1c3003a81e7311a /src/df.c
parent74cf3e8babb6bcc4e1cce72ca24e37de334b3700 (diff)
downloadcoreutils-ade1f58e11a191bd8a9cf81b7317a3c3deb6920f.tar.xz
(print_header): Fix inode format header to line it up
with the rest of the output.
Diffstat (limited to 'src/df.c')
-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");