From 9ca2385ce245d649e36dd3f40c3110886ca0b71e Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Fri, 23 Oct 2009 22:21:03 +0000 Subject: [PATCH] - Fix build - Found by Christoph svn path=/trunk/; revision=43704 --- reactos/dll/win32/wdmaud.drv/wdmaud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/wdmaud.drv/wdmaud.c b/reactos/dll/win32/wdmaud.drv/wdmaud.c index 4138b3abe92..7050ca72463 100644 --- a/reactos/dll/win32/wdmaud.drv/wdmaud.c +++ b/reactos/dll/win32/wdmaud.drv/wdmaud.c @@ -134,7 +134,7 @@ GetWdmDeviceCapabilities( MixerCaps->vDriverVersion = DeviceInfo.u.MixCaps.vDriverVersion; MixerCaps->wMid = DeviceInfo.u.MixCaps.wMid; MixerCaps->wPid = DeviceInfo.u.MixCaps.wPid; - break;y + break; } case WAVE_OUT_DEVICE_TYPE : {