SCCS-file: date.c
SCCS-SID: 3.7
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:56 -04:00
committed by Paul Eggert
parent 6928ce3ab5
commit d4e6e64984
+2 -2
View File
@@ -181,8 +181,8 @@ static void timeout();
static void usage();
static time_t xtime();
static char * options[132];
static char * usemes[132];
static char options[132];
static char usemes[132];
int
main(argc, argv)