From: Jim Meyering Date: Wed, 14 Jan 1998 08:52:56 +0000 (+0000) Subject: (print_header): Fix inode format header to line it up X-Git-Tag: FILEUTILS-3_16l~74 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ade1f58e11a191bd8a9cf81b7317a3c3deb6920f;p=thirdparty%2Fcoreutils.git (print_header): Fix inode format header to line it up with the rest of the output. --- diff --git a/src/df.c b/src/df.c index b0b8a79666..4719502b09 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");