aboutsummaryrefslogtreecommitdiff
path: root/core/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/mount.c')
-rw-r--r--core/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mount.c b/core/mount.c
index a7a4527..3bbf52b 100644
--- a/core/mount.c
+++ b/core/mount.c
@@ -12,7 +12,7 @@ int main(int argc, char **argv)
int err;
if ((err = mount(argv[2], argv[3], argv[1], 0, 0))) {
- wff(STDERR_FD, "error: %s", errstr[-err]);
+ wff(STDERR_FD, "error: %s\n", errstr[-err]);
return err;
}