summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/rcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c
index 02b3b2d3b8a..f506a7723c5 100644
--- a/usr.bin/cvs/rcs.c
+++ b/usr.bin/cvs/rcs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.c,v 1.97 2005/11/02 20:32:44 niallo Exp $ */
+/* $OpenBSD: rcs.c,v 1.98 2005/11/09 15:42:58 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -554,7 +554,7 @@ rcs_write(RCSFILE *rfp)
strlen(rdp->rd_log), fp);
fputs("@\ntext\n@", fp);
rcs_strprint(rdp->rd_text, rdp->rd_tlen, fp);
- fputs("@\n\n", fp);
+ fputs("\n@\n\n", fp);
}
fclose(fp);