summaryrefslogtreecommitdiff
path: root/ext/xml/php3_xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/php3_xml.h')
-rw-r--r--ext/xml/php3_xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/php3_xml.h b/ext/xml/php3_xml.h
index 4c1a2f4020..0c4c706d9d 100644
--- a/ext/xml/php3_xml.h
+++ b/ext/xml/php3_xml.h
@@ -66,7 +66,7 @@ typedef struct {
int level;
int toffset;
int curtag;
- pval *ctag;
+ pval **ctag;
char **ltags;
int lastwasopen;
int skipwhite;