diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-14 21:50:24 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-14 21:50:24 +0000 |
commit | a8981ddad8f050dd101a22d14a6e815286d03c05 (patch) | |
tree | e27219e7b22fafa4a5792fa18913652043d5c4a7 /audio/dsound_template.h | |
parent | 9f60ad507590505157277bc157f00f4bbe89542f (diff) |
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
Diffstat (limited to 'audio/dsound_template.h')
-rw-r--r-- | audio/dsound_template.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |