1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

Fix typo.

This commit is contained in:
Andrei Zmievski
2006-08-24 21:39:20 +00:00
parent 615ff5aaf2
commit 2a6325bf2b

View File

@@ -327,6 +327,7 @@ For IS_UNICODE type, we need to add another structure to the union:
struct {
UChar *val; /* Unicode string value */
int len; /* number of UChar's */
} ustr;
....
} value;