Module: wine Branch: master Commit: 38e9364b65866d278150efebc945a92726a10dd8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=38e9364b65866d278150efebc9...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Apr 23 16:47:33 2008 +0200
mshtml: Fixed typo.
---
dlls/mshtml/script.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/script.c b/dlls/mshtml/script.c index 3424d90..d924e57 100644 --- a/dlls/mshtml/script.c +++ b/dlls/mshtml/script.c @@ -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; }