Commit 25b1d672 authored by Andrey Turkin's avatar Andrey Turkin Committed by Alexandre Julliard

mshtml: Insert missing "return" operator.

parent a12f1532
......@@ -228,7 +228,7 @@ static BOOL load_mozctl(PRUnichar *gre_path)
WCHAR *ptr;
if((ptr = strrchrW(gre_path, '\\')))
ptr[1] = 0;
load_xpcom(gre_path);
return load_xpcom(gre_path);
}else {
ERR("Could not get value of %s\n", debugstr_w(wszMozCtlClsidKey));
}
......
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