msxml3: Fix a compile error without xml headers.

This commit is contained in:
Alexandre Julliard 2008-06-11 20:02:49 +02:00
parent d0d2b4a45c
commit 5a849d31cf
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ static HRESULT WINAPI domdoc_createCDATASection(
xmlNodePtr xmlnode;
xmlChar *xml_content;
TRACE("%p->(%s %p)\n", iface, debugstr_w(data), comment);
TRACE("%p->(%s %p)\n", iface, debugstr_w(data), cdata);
if(!cdata)
return E_INVALIDARG;