hhctrl.ocx: Avoid signed-unsigned integer comparisons.

This commit is contained in:
Andrew Talbot 2013-01-24 22:10:41 +00:00 committed by Alexandre Julliard
parent 6d1d7eedd9
commit 2e268d1914

View file

@ -1825,7 +1825,7 @@ void ReleaseHelpViewer(HHInfo *info)
HHInfo *CreateHelpViewer(HHInfo *info, LPCWSTR filename, HWND caller)
{
HHInfo *tmp_info;
int i;
unsigned int i;
if(!info)
{