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
This commit is contained in:
parent
9f60ad5075
commit
a8981ddad8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user