From aa3af3325835abefc96b0da160152e1ec841be9a Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Tue, 17 Apr 2007 13:59:54 +0000 Subject: [PATCH] fix "FIXME"-text svn path=/trunk/; revision=26372 --- reactos/dll/directx/dsound/dsound_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/directx/dsound/dsound_main.c b/reactos/dll/directx/dsound/dsound_main.c index 1f216b7a55f..32fdda24177 100644 --- a/reactos/dll/directx/dsound/dsound_main.c +++ b/reactos/dll/directx/dsound/dsound_main.c @@ -180,7 +180,7 @@ void setup_dsound_options(void) else if (strcmp(buffer, "Emulation") == 0) ds_hw_accel = DS_HW_ACCEL_EMULATION; } - FIXME("dsound are Hardcode to software emulation until we fix it in ros"); + FIXME("dsound is hardcoded to software emulation until we fix it in ros\n"); ds_hw_accel = DS_HW_ACCEL_EMULATION; if (!get_config_key( hkey, appkey, "DefaultPlayback", buffer, MAX_PATH ))