summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff_internals.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/diff_internals.c')
-rw-r--r--usr.bin/cvs/diff_internals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff_internals.c b/usr.bin/cvs/diff_internals.c
index fc9bad271ab..21a3d76a4ea 100644
--- a/usr.bin/cvs/diff_internals.c
+++ b/usr.bin/cvs/diff_internals.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff_internals.c,v 1.14 2007/06/29 05:04:40 ray Exp $ */
+/* $OpenBSD: diff_internals.c,v 1.15 2007/09/22 15:38:30 joris Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -1044,7 +1044,7 @@ fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile)
"No newline at end of file");
else
diff_output("\n\\ No newline at end of "
- "file");
+ "file\n");
return;
}
if (c == '\t' && tflag == 1) {