yet more cyntaxification

SCCS-file: zic.c
SCCS-SID: 2.41
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:42 -04:00
committed by Paul Eggert
parent cda8b0ebd3
commit 033564cf38
+1 -1
View File
@@ -1276,7 +1276,7 @@ register char * cp;
(!isascii(*cp) || !isspace(*cp)));
if (isascii(*cp) && isspace(*cp))
++cp;
*dp++ = '\0';
*dp = '\0';
}
array[nsubs] = NULL;
return array;