Commit 2e268d19 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

hhctrl.ocx: Avoid signed-unsigned integer comparisons.

parent 6d1d7eed
......@@ -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)
{
......
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