summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2005-10-08 11:51:00 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2005-10-08 11:51:00 +0000
commitaea4de7d378aec776db5e9fbe6c9f3cd6e7557e3 (patch)
treea6476262bf02d2bdafd371304b61d17f57edf8c1 /usr.bin
parente4900f24bd3b7692b98e994b9ca01f3834d39760 (diff)
spacing.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rcs/ci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c
index ceebde0397a..23d88d0bfc8 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.4 2005/10/07 23:59:56 niallo Exp $ */
+/* $OpenBSD: ci.c,v 1.5 2005/10/08 11:50:59 niallo Exp $ */
/*
* Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -259,7 +259,7 @@ checkin_diff_file(RCSFILE *rfp, RCSNUM *rev, const char *filename)
}
cvs_buf_free(b2);
- diff_format = D_RCSDIFF;
+ diff_format = D_RCSDIFF;
cvs_diffreg(path1, path2, b3);
(void)unlink(path1);
(void)unlink(path2);