about summary refs log tree commit diff
path: root/lr.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-10-26 17:16:36 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-10-26 17:16:36 +0100
commit6775cedea1f1e4e47ff6e0c475d03204942e4bdf (patch)
tree498c2780a276059ce11be7316f49d78357f8e3b8 /lr.c
parent181a6691cca5ef0046a0c721fde095c85bc65c36 (diff)
downloadlr-6775cedea1f1e4e47ff6e0c475d03204942e4bdf.tar.gz
lr-6775cedea1f1e4e47ff6e0c475d03204942e4bdf.tar.xz
lr-6775cedea1f1e4e47ff6e0c475d03204942e4bdf.zip
cosmetics
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