Signed-off-by: Alexander Fougner <fougner89@xxxxxxxxx>
---
cmds-fi-du.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmds-fi-du.c b/cmds-fi-du.c
index 6f3ef3d..2ffd917 100644
--- a/cmds-fi-du.c
+++ b/cmds-fi-du.c
@@ -505,8 +505,8 @@ static int du_add_file(const char *filename, int dirfd,
} else {
printf("%10s %10s %10s %s\n",
pretty_size_mode(file_total, unit_mode),
- "-",
- pretty_size_mode(excl, unit_mode), path);
+ pretty_size_mode(excl, unit_mode),
+ "-", path);
}
}
--
2.7.4
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html