mshtml: Insert missing "return" operator.
This commit is contained in:
parent
a12f15325a
commit
25b1d67231
|
@ -228,7 +228,7 @@ static BOOL load_mozctl(PRUnichar *gre_path)
|
||||||
WCHAR *ptr;
|
WCHAR *ptr;
|
||||||
if((ptr = strrchrW(gre_path, '\\')))
|
if((ptr = strrchrW(gre_path, '\\')))
|
||||||
ptr[1] = 0;
|
ptr[1] = 0;
|
||||||
load_xpcom(gre_path);
|
return load_xpcom(gre_path);
|
||||||
}else {
|
}else {
|
||||||
ERR("Could not get value of %s\n", debugstr_w(wszMozCtlClsidKey));
|
ERR("Could not get value of %s\n", debugstr_w(wszMozCtlClsidKey));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue