diff options
Diffstat (limited to 'Alc/pulseaudio.c')
-rw-r--r-- | Alc/pulseaudio.c | 2 |
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; } |