From 256739a410f38f424e30011e329e41647f3cd9ff Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sat, 20 Nov 2004 12:22:37 +0000 Subject: fix --- util/fusermount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/fusermount.c') diff --git a/util/fusermount.c b/util/fusermount.c index 39eb478..98a705b 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -239,8 +239,8 @@ static int remove_mount(const char *mnt, int quiet, int lazy) else { res = addmntent(newfp, entp); if (res != 0) { - fprintf(stderr, "%s: failed to add entry to %s: %s", progname, - mtab_new, strerror(errno)); + fprintf(stderr, "%s: failed to add entry to %s: %s\n", + progname, mtab_new, strerror(errno)); } } -- cgit v1.2.3