aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/pulseaudio.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-12-25 15:18:32 -0800
committerChris Robinson <[email protected]>2009-12-25 15:18:32 -0800
commitd1699d50f6ce22f606248c8ea2da76a31c4fb522 (patch)
tree6b90fbfc631547fb18a16063659007afe0926f73 /Alc/pulseaudio.c
parentb94d950b1ec120eca73e9de04e7f96b93077f03b (diff)
Add missing newline
Diffstat (limited to 'Alc/pulseaudio.c')
-rw-r--r--Alc/pulseaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/pulseaudio.c b/Alc/pulseaudio.c
index e34616af..ef6cc43e 100644
--- a/Alc/pulseaudio.c
+++ b/Alc/pulseaudio.c
@@ -562,7 +562,7 @@ static ALCboolean pulse_reset_playback(ALCdevice *device) //{{{
if(!ppa_channel_map_init_auto(&chanmap, data->spec.channels, PA_CHANNEL_MAP_WAVEEX))
{
- AL_PRINT("Couldn't build map for channel count (%d)!", data->spec.channels);
+ AL_PRINT("Couldn't build map for channel count (%d)!\n", data->spec.channels);
ppa_threaded_mainloop_unlock(data->loop);
return ALC_FALSE;
}