mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
hhctrl.ocx: Sign-compare warning fix.
This commit is contained in:
parent
2e9353246b
commit
da335a6c91
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user