diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-02-02 00:22:43 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-02-02 00:22:43 +0000 |
commit | 3c1a6228a5be284a7b71c4203c70d55afcf2d57b (patch) | |
tree | 3e783a4cdfcd8ff31a86bb0b8901e1974a093c5b /lib | |
parent | 2239fe6a409abeaca6403d5e74ab87ccf3816fe5 (diff) |
typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/time/localtime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/time/localtime.c b/lib/libc/time/localtime.c index fe221e1e840..4f35f32ebcc 100644 --- a/lib/libc/time/localtime.c +++ b/lib/libc/time/localtime.c @@ -5,7 +5,7 @@ #if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) static char elsieid[] = "@(#)localtime.c 7.66"; -static char rcsid[] = "$OpenBSD: localtime.c,v 1.15 1999/02/01 08:19:36 d Exp $"; +static char rcsid[] = "$OpenBSD: localtime.c,v 1.16 1999/02/02 00:22:42 d Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -1438,7 +1438,7 @@ const int do_norm_secs; t += 2; break; } -#endif +#else return WRONG; #endif if (bits < 0) |