Author: cwittich
Date: Tue Apr 17 17:59:54 2007
New Revision: 26372
URL:
http://svn.reactos.org/svn/reactos?rev=26372&view=rev
Log:
fix "FIXME"-text
Modified:
trunk/reactos/dll/directx/dsound/dsound_main.c
Modified: trunk/reactos/dll/directx/dsound/dsound_main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/dsound/dsound_…
==============================================================================
--- trunk/reactos/dll/directx/dsound/dsound_main.c (original)
+++ trunk/reactos/dll/directx/dsound/dsound_main.c Tue Apr 17 17:59:54 2007
@@ -180,7 +180,7 @@
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 ))