mshtml: Fixed typo.
This commit is contained in:
parent
e14ba15e0e
commit
38e9364b65
|
@ -710,7 +710,7 @@ static ScriptHost *get_script_host(HTMLDocument *doc, const GUID *guid)
|
|||
{
|
||||
ScriptHost *iter;
|
||||
|
||||
if(IsEqualGUID(&CLSID_JScript, &guid)) {
|
||||
if(IsEqualGUID(&CLSID_JScript, guid)) {
|
||||
FIXME("Ignoring JScript\n");
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue