mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[WinMM]
- fix typo, sorry. svn path=/trunk/; revision=54181
This commit is contained in:
parent
f8cd9ebd14
commit
c935929442
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ void MMDRV_Exit(void)
|
|||
}
|
||||
|
||||
/* unload driver, in reverse order of loading */
|
||||
i = MMDrvsHi - 1;
|
||||
i = MMDrvsHi;
|
||||
while (i-- > 0)
|
||||
{
|
||||
MMDRV_ExitPerType(&MMDrvs[i], MMDRV_AUX);
|
||||
|
|
Loading…
Reference in a new issue