Commit 38e9364b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Fixed typo.

parent e14ba15e
...@@ -710,7 +710,7 @@ static ScriptHost *get_script_host(HTMLDocument *doc, const GUID *guid) ...@@ -710,7 +710,7 @@ static ScriptHost *get_script_host(HTMLDocument *doc, const GUID *guid)
{ {
ScriptHost *iter; ScriptHost *iter;
if(IsEqualGUID(&CLSID_JScript, &guid)) { if(IsEqualGUID(&CLSID_JScript, guid)) {
FIXME("Ignoring JScript\n"); FIXME("Ignoring JScript\n");
return NULL; return NULL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment