From 26463dbc1b97cbb5bac3fb48e4947cf1198c3b57 Mon Sep 17 00:00:00 2001 From: balrog Date: Thu, 17 Jan 2008 21:47:25 +0000 Subject: Miscellaneous fixes after recent audio additions (malc). git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3925 c046a42c-6fe2-441c-8c8c-71466251a162 --- audio/dsound_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/dsound_template.h') diff --git a/audio/dsound_template.h b/audio/dsound_template.h index a301402..9cc0b9d 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; } -- cgit v1.1