summaryrefslogtreecommitdiff
path: root/audio/dsound_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/dsound_template.h')
-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 a3014028dc..9cc0b9d519 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;
}