Commit da335a6c authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

hhctrl.ocx: Sign-compare warning fix.

parent 2e935324
......@@ -413,7 +413,7 @@ CHMInfo *CloseCHM(CHMInfo *chm)
IStream_Release(chm->strings_stream);
if(chm->strings_size) {
int i;
DWORD i;
for(i=0; i<chm->strings_size; i++)
heap_free(chm->strings[i]);
......
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