Make sure to return our variable with the correct return value.

This commit is contained in:
James Hatheway 2001-04-20 18:28:38 +00:00 committed by Alexandre Julliard
parent 8e013f9bd8
commit 8290c3e1e7
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**************************************************************************