Fix warning about uninitialized variable

svn path=/trunk/; revision=47499
This commit is contained in:
Timo Kreuzer 2010-05-31 15:27:14 +00:00
parent c6de042447
commit 72cb5886ab

View file

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