fix
diff --git a/lib/fuse.c b/lib/fuse.c
index c6ea2e3..b29db9d 100644
--- a/lib/fuse.c
+++ b/lib/fuse.c
@@ -1742,7 +1742,7 @@
         return -1;
     }
     if (f->minorver < FUSE_KERNEL_MINOR_VERSION) {
-        fprintf(stderr, "fuse: kernel interface too old: need >= %i.%i",
+        fprintf(stderr, "fuse: kernel interface too old: need >= %i.%i\n",
                 FUSE_KERNEL_VERSION, FUSE_KERNEL_MINOR_VERSION);
         return -1;
     }