diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 3b95428..e76c7db 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -228,7 +228,7 @@ static int mount_it_now(struct mntent *mp, int vfsflags, char *filteropts) int i; if(!mountTable) - bb_error_msg("No %s\n",bb_path_mtab_file); + bb_error_msg("No %s",bb_path_mtab_file); // Add vfs string flags |