1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-23 15:00:56 +00:00

endif cleanup

SCCS-file: zic.c
SCCS-SID: 3.14
This commit is contained in:
Arthur David Olson
1988-02-23 10:06:20 -05:00
committed by Paul Eggert
parent ccf0c64a82
commit d094e6cab9

6
zic.c
View File

@ -1,8 +1,8 @@
#ifndef lint
#ifndef NOID
static char elsieid[] = "%W%";
#endif /* !NOID */
#endif /* !lint */
#endif /* !defined NOID */
#endif /* !defined lint */
#include "stdio.h"
#include "tzfile.h"
@ -437,7 +437,7 @@ char * argv[];
#ifdef unix
umask(umask(022) | 022);
#endif
#endif /* defined unix */
progname = argv[0];
while ((c = getopt(argc, argv, "d:l:L:vs")) != EOF)
switch (c) {