Removed C++ comment

This commit is contained in:
Marcelo Roberto Jimenez 2013-06-01 17:48:00 -03:00
parent 3daa9bb688
commit 4b503acd36

View File

@ -186,7 +186,7 @@ typedef struct _IXML_Node
Nodeptr firstAttr;
Docptr ownerDocument;
#ifdef IXML_HAVE_SCRIPTSUPPORT
void* ctag; // custom tag
void* ctag; /* custom tag */
#endif
} IXML_Node;