mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:22:57 +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 */
|
/* unload driver, in reverse order of loading */
|
||||||
i = MMDrvsHi - 1;
|
i = MMDrvsHi;
|
||||||
while (i-- > 0)
|
while (i-- > 0)
|
||||||
{
|
{
|
||||||
MMDRV_ExitPerType(&MMDrvs[i], MMDRV_AUX);
|
MMDRV_ExitPerType(&MMDrvs[i], MMDRV_AUX);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue