mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
mshtml/htmltextcont: Initialize value (Coverity).
This commit is contained in:
parent
4bac1e959d
commit
c8c69304b7
@ -102,7 +102,7 @@ static HRESULT WINAPI HTMLTextContainer_get_scrollHeight(IHTMLTextContainer *ifa
|
||||
{
|
||||
HTMLTextContainer *This = HTMLTEXTCONT_THIS(iface);
|
||||
nsIDOMNSHTMLElement *nselem;
|
||||
PRInt32 height;
|
||||
PRInt32 height = 0;
|
||||
nsresult nsres;
|
||||
|
||||
TRACE("(%p)->(%p)\n", This, p);
|
||||
|
Loading…
Reference in New Issue
Block a user