Bug 357016: fixing brendan's nit from comment 23

This commit is contained in:
crowder@fiverocks.com 2007-07-05 13:41:59 -07:00
parent 403c5f1ce1
commit 74230e55bd

View File

@ -178,8 +178,8 @@ struct JSXML {
uint16 xml_class; /* discriminates u, below */
uint16 xml_flags; /* flags, see below */
union {
struct JSXMLListVar list;
struct JSXMLElemVar elem;
JSXMLListVar list;
JSXMLElemVar elem;
JSString *value;
} u;