mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +00:00
Silence compiler warning.
svn path=/trunk/; revision=39933
This commit is contained in:
parent
01213b0fed
commit
02a00d8520
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ UnlistSoundDeviceInstance(
|
|||
|
||||
Result = GetSoundDeviceFromInstance(SoundDeviceInstance, &SoundDevice);
|
||||
SND_ASSERT( MMSUCCESS(Result) );
|
||||
if ( ! MMSUCCESS(Result) )
|
||||
return TranslateInternalMmResult(Result);
|
||||
|
||||
PreviousInstance = NULL;
|
||||
CurrentInstance = SoundDevice->HeadInstance;
|
||||
|
|
Loading…
Reference in a new issue