diff --git a/ldb/coreparse.c b/ldb/coreparse.c
index 999e15e866532f01cb33e7ea2e8ddc75e9e44c77..3c54787a32136d24047389109fbab76e6bfa7173 100644
--- a/ldb/coreparse.c
+++ b/ldb/coreparse.c
@@ -1,4 +1,4 @@
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/coreparse.c,v 1.2 1990/03/28 22:49:20 ch Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/coreparse.c,v 1.3 1990/03/29 00:50:53 ch Exp $ */
 #include <stdio.h>
 #include <mach.h>
 #include <sys/types.h>
@@ -79,7 +79,7 @@ char *file;
     long header[CORE_PAGESIZE / sizeof(long)], val, len, *ptr;
 
     if (fd < 0) {
-	    fprintf(stderr, "Could not open file \"%s\".", file);
+	    fprintf(stderr, "Could not open file \"%s\".\n", file);
 	    perror("open");
 	    exit(1);
     }