about summary refs log tree commit diff
path: root/lr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lr.c')
-rw-r--r--lr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lr.c b/lr.c
index a7d99b8..9387ab0 100644
--- a/lr.c
+++ b/lr.c
@@ -678,7 +678,8 @@ void
 scan_filesystems()
 {
 	fprintf(stderr,
-	    "%s: fstype not implemented on this platform, send a patch.", argv0);
+	    "%s: fstype not implemented on this platform, send a patch.\n",
+	    argv0);
 	exit(1);
 }
 #endif