Revert broken change in previous patch.

oldstable
Alexandre Julliard 2004-09-22 04:00:14 +00:00
parent 3f40590e93
commit 4521ea6e76
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ static BOOL MMDRV_ExitPerType(LPWINE_MM_DRIVER lpDrv, UINT type)
*/
void MMDRV_Exit(void)
{
unsigned int i;
int i;
TRACE("()\n");
for (i = 0; i < sizeof(MM_MLDrvs) / sizeof(MM_MLDrvs[0]); i++)