From a8981ddad8f050dd101a22d14a6e815286d03c05 Mon Sep 17 00:00:00 2001 From: balrog Date: Mon, 14 Jan 2008 21:50:24 +0000 Subject: Make dsound compile again (patch by malc, spotted by C.W. Betts). git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3920 c046a42c-6fe2-441c-8c8c-71466251a162 --- audio/dsound_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/dsound_template.h b/audio/dsound_template.h index d517c90ce2..a3014028dc 100644 --- a/audio/dsound_template.h +++ b/audio/dsound_template.h @@ -197,7 +197,7 @@ static int dsound_init_out (HWVoiceOut *hw, audsettings_t *as) #endif if (!s->FIELD2) { - dsound_logerr ("Attempt to initialize voice without " NAME2 " object"); + dolog ("Attempt to initialize voice without " NAME2 " object"); return -1; } -- cgit v1.2.1