From 5704921f3ba9ed471508d3b0c959d11c0d737fdf Mon Sep 17 00:00:00 2001 From: ch <ch> Date: Thu, 29 Mar 1990 00:50:53 +0000 Subject: [PATCH] Added a linefeed to an error message. --- ldb/coreparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldb/coreparse.c b/ldb/coreparse.c index 999e15e86..3c54787a3 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); } -- GitLab