hhctrl.ocx: Sign-compare warning fix.

This commit is contained in:
Andrew Talbot 2008-08-04 22:39:20 +01:00 committed by Alexandre Julliard
parent 2e9353246b
commit da335a6c91
1 changed files with 1 additions and 1 deletions

View File

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