summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-14 23:32:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-04-14 23:32:02 +0000
commitfc89cd43f1fb5dc703f6d43b4066dfeab0259910 (patch)
tree64b190f5cc8e4db2b554a0d6b3882f68eb3cb85e
parent8af96e7c660d4c7fe0a43c8a7b9cfbdd5eeb1517 (diff)
spaces
-rw-r--r--usr.bin/rcs/rcsdiff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsdiff.c b/usr.bin/rcs/rcsdiff.c
index dba1a4c99a5..38f2db7cbc8 100644
--- a/usr.bin/rcs/rcsdiff.c
+++ b/usr.bin/rcs/rcsdiff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcsdiff.c,v 1.49 2006/04/14 23:29:01 joris Exp $ */
+/* $OpenBSD: rcsdiff.c,v 1.50 2006/04/14 23:32:01 deraadt Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -221,7 +221,7 @@ rcsdiff_file(RCSFILE *file, RCSNUM *rev, const char *filename)
t = mktime(tb);
tv2[0].tv_sec = t;
- tv2[1].tv_sec = t;
+ tv2[1].tv_sec = t;
strlcpy(path1, rcs_tmpdir, sizeof(path1));
strlcat(path1, "/diff1.XXXXXXXXXX", sizeof(path1));