Make sure to return our variable with the correct return value.
This commit is contained in:
parent
8e013f9bd8
commit
8290c3e1e7
|
@ -573,7 +573,7 @@ static DWORD MIX_SetControlDetails(WORD wDevID, LPMIXERCONTROLDETAILS lpmcd, DWO
|
|||
default:
|
||||
WARN("Unknown GetControlDetails flag (%08lx)\n", fdwDetails & MIXER_GETCONTROLDETAILSF_QUERYMASK);
|
||||
}
|
||||
return MMSYSERR_NOTSUPPORTED;
|
||||
return (ret);
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
|
|
Loading…
Reference in New Issue