Commit a8981ddad8f050dd101a22d14a6e815286d03c05
1 parent
9f60ad50
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
Showing
1 changed file
with
1 additions
and
1 deletions
audio/dsound_template.h
... | ... | @@ -197,7 +197,7 @@ static int dsound_init_out (HWVoiceOut *hw, audsettings_t *as) |
197 | 197 | #endif |
198 | 198 | |
199 | 199 | if (!s->FIELD2) { |
200 | - dsound_logerr ("Attempt to initialize voice without " NAME2 " object"); | |
200 | + dolog ("Attempt to initialize voice without " NAME2 " object"); | |
201 | 201 | return -1; |
202 | 202 | } |
203 | 203 | ... | ... |