qcap: Sign-compare warning fix.

This commit is contained in:
Andrew Talbot 2008-09-05 20:26:44 +01:00 committed by Alexandre Julliard
parent 6a14bcc824
commit a4dc5ba3cb
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ static ULONG WINAPI IEnumMediaTypesImpl_Release(IEnumMediaTypes * iface)
if (!refCount)
{
int i;
ULONG i;
for (i = 0; i < This->enumMediaDetails.cMediaTypes; i++)
if (This->enumMediaDetails.pMediaTypes[i].pbFormat)
CoTaskMemFree(This->enumMediaDetails.pMediaTypes[i].pbFormat);