[ros-diffs] [jgardou] 54181: [WinMM] - fix typo, sorry.

jgardou at svn.reactos.org jgardou at svn.reactos.org
Mon Oct 17 16:47:43 UTC 2011


Author: jgardou
Date: Mon Oct 17 16:47:42 2011
New Revision: 54181

URL: http://svn.reactos.org/svn/reactos?rev=54181&view=rev
Log:
[WinMM]
- fix typo, sorry.

Modified:
    trunk/reactos/dll/win32/winmm/lolvldrv.c

Modified: trunk/reactos/dll/win32/winmm/lolvldrv.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/winmm/lolvldrv.c?rev=54181&r1=54180&r2=54181&view=diff
==============================================================================
--- trunk/reactos/dll/win32/winmm/lolvldrv.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/winmm/lolvldrv.c [iso-8859-1] Mon Oct 17 16:47:42 2011
@@ -634,7 +634,7 @@
     }
 
     /* unload driver, in reverse order of loading */
-    i = MMDrvsHi - 1;
+    i = MMDrvsHi;
     while (i-- > 0)
     {
         MMDRV_ExitPerType(&MMDrvs[i], MMDRV_AUX);




More information about the Ros-diffs mailing list