Silence compiler warning.

svn path=/trunk/; revision=39933
This commit is contained in:
Dmitry Gorbachev 2009-03-10 12:41:23 +00:00
parent 01213b0fed
commit 02a00d8520

View file

@ -114,6 +114,8 @@ UnlistSoundDeviceInstance(
Result = GetSoundDeviceFromInstance(SoundDeviceInstance, &SoundDevice);
SND_ASSERT( MMSUCCESS(Result) );
if ( ! MMSUCCESS(Result) )
return TranslateInternalMmResult(Result);
PreviousInstance = NULL;
CurrentInstance = SoundDevice->HeadInstance;