aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-01-17 21:47:25 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-01-17 21:47:25 +0000
commit26463dbc1b97cbb5bac3fb48e4947cf1198c3b57 (patch)
treef8c14ee7e2091d1b549c4059efc35fdfece04ce6 /audio
parent80637a6afd873791ba1766ba7b29b02aca7fd90c (diff)
Miscellaneous fixes after recent audio additions (malc).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3925 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'audio')
-rw-r--r--audio/dsound_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dsound_template.h b/audio/dsound_template.h
index a3014028d..9cc0b9d51 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) {
- dolog ("Attempt to initialize voice without " NAME2 " object");
+ dolog ("Attempt to initialize voice without " NAME2 " object\n");
return -1;
}