mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-05-09 05:56:19 +00:00
eliminate double spacing
SCCS-file: zdump.c SCCS-SID: 7.50
This commit is contained in:
committed by
Paul Eggert
parent
45e9478454
commit
9f0ba95e40
4
zdump.c
4
zdump.c
@@ -139,7 +139,7 @@ static char elsieid[] = "%W%";
|
||||
|
||||
extern char ** environ;
|
||||
extern int getopt P((int argc, char * const argv[],
|
||||
const char * options));
|
||||
const char * options));
|
||||
extern char * optarg;
|
||||
extern int optind;
|
||||
extern char * tzname[2];
|
||||
@@ -236,7 +236,7 @@ _("%s: usage is %s [ --version ] [ -v ] [ -c [loyear,]hiyear ] zonename ...\n"),
|
||||
register int from;
|
||||
register int to;
|
||||
|
||||
for (i = 0; environ[i] != NULL; ++i)
|
||||
for (i = 0; environ[i] != NULL; ++i)
|
||||
continue;
|
||||
fakeenv = (char **) malloc((size_t) ((i + 2) *
|
||||
sizeof *fakeenv));
|
||||
|
||||
Reference in New Issue
Block a user