mshtml: Insert missing "return" operator.

This commit is contained in:
Andrey Turkin 2006-10-20 23:40:01 +04:00 committed by Alexandre Julliard
parent a12f15325a
commit 25b1d67231
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}