diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-14 23:32:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-14 23:32:02 +0000 |
commit | fc89cd43f1fb5dc703f6d43b4066dfeab0259910 (patch) | |
tree | 64b190f5cc8e4db2b554a0d6b3882f68eb3cb85e | |
parent | 8af96e7c660d4c7fe0a43c8a7b9cfbdd5eeb1517 (diff) |
spaces
-rw-r--r-- | usr.bin/rcs/rcsdiff.c | 4 |
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)); |