summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcstime.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/rcstime.c')
-rw-r--r--usr.bin/cvs/rcstime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcstime.c b/usr.bin/cvs/rcstime.c
index 73c90298f80..075bacc278c 100644
--- a/usr.bin/cvs/rcstime.c
+++ b/usr.bin/cvs/rcstime.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcstime.c,v 1.3 2006/04/13 19:16:15 joris Exp $ */
+/* $OpenBSD: rcstime.c,v 1.4 2006/04/14 02:49:44 deraadt Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -49,7 +49,7 @@ rcs_set_tz(char *tz, struct rcs_delta *rdp, struct tm *tb)
case '-':
neg = 1;
break;
- case '+':
+ case '+':
pos = 1;
break;
default: