Commit f0da28fc authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Fixed a typo.

parent 2b2f04c5
...@@ -715,7 +715,7 @@ static ScriptHost *get_script_host(HTMLDocument *doc, const GUID *guid) ...@@ -715,7 +715,7 @@ static ScriptHost *get_script_host(HTMLDocument *doc, const GUID *guid)
{ {
ScriptHost *iter; ScriptHost *iter;
if(IsEqualGUID(&CLSID_JScript, &guid) && doc->scriptmode != SCRIPTMODE_ACTIVESCRIPT) { if(IsEqualGUID(&CLSID_JScript, guid) && doc->scriptmode != SCRIPTMODE_ACTIVESCRIPT) {
TRACE("Ignoring JScript\n"); TRACE("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