From 4b503acd361b32fe14cbdfbb44e6bbc248699315 Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Sat, 1 Jun 2013 17:48:00 -0300 Subject: [PATCH] Removed C++ comment --- ixml/inc/ixml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ixml/inc/ixml.h b/ixml/inc/ixml.h index e2ea081..edf6cd7 100644 --- a/ixml/inc/ixml.h +++ b/ixml/inc/ixml.h @@ -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;