From 8290c3e1e7873a937bca209202d6415a99379246 Mon Sep 17 00:00:00 2001 From: James Hatheway Date: Fri, 20 Apr 2001 18:28:38 +0000 Subject: [PATCH] Make sure to return our variable with the correct return value. --- dlls/winmm/wineoss/mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winmm/wineoss/mixer.c b/dlls/winmm/wineoss/mixer.c index dd811d9f139..07a5fcaad37 100644 --- a/dlls/winmm/wineoss/mixer.c +++ b/dlls/winmm/wineoss/mixer.c @@ -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); } /**************************************************************************