diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/fusermount.c | 4 |
1 files changed, 2 insertions, 2 deletions
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)); } } |