diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-14 02:49:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-14 02:49:45 +0000 |
commit | b32609878a4213bbee8a17117a377fb448c5b932 (patch) | |
tree | ba60242d1ae67652d22936d514531fc0d72dbe20 /usr.bin/cvs/rcstime.c | |
parent | 23d9267aac9a47d86b60d01688936643b1db881d (diff) |
spacing
Diffstat (limited to 'usr.bin/cvs/rcstime.c')
-rw-r--r-- | usr.bin/cvs/rcstime.c | 4 |
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: |