summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/readcore/readcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/readcore/readcore.c b/usr.bin/readcore/readcore.c
index dbb6982..9d8b17b 100644
--- a/usr.bin/readcore/readcore.c
+++ b/usr.bin/readcore/readcore.c
@@ -63,7 +63,7 @@ main(int argc, char **argv)
fd = open(argv[1], O_RDONLY);
if (fd < 2) {
- printf("readcore: Could not open \"%s\"", argv[1]);
+ printf("readcore: Could not open \"%s\"\n", argv[1]);
return fd;
}