[MMENT4]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 31 May 2010 15:27:14 +0000 (15:27 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 31 May 2010 15:27:14 +0000 (15:27 +0000)
Fix warning about uninitialized variable

svn path=/trunk/; revision=47499

reactos/lib/drivers/sound/mment4/control.c

index 7d8b437..077620b 100644 (file)
@@ -117,6 +117,7 @@ GetNt4SoundDeviceCapabilities(
     {
         /* FIXME - need to support AUX and mixer devices */
         SND_ASSERT( FALSE );
     {
         /* FIXME - need to support AUX and mixer devices */
         SND_ASSERT( FALSE );
+        IoCtl = 0;
     }
 
     /* Get the capabilities information from the driver */
     }
 
     /* Get the capabilities information from the driver */