code reduction

SCCS-file: strftime.c
SCCS-SID: 7.12
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:09 -04:00
committed by Paul Eggert
parent 7cc033b494
commit 5b25b19544
+1 -1
View File
@@ -54,7 +54,7 @@ static char *_fmt P((const char *, const struct tm *, char *, const char *));
size_t strftime P((char *, size_t, const char *, const struct tm *));
extern char *tzname[2];
extern char *tzname[];
size_t
strftime(s, maxsize, format, t)