Add a missing \n

This commit is contained in:
Bill Currie 2011-09-09 17:07:47 +09:00
parent 5914bb6208
commit a426dacc8a

View file

@ -253,7 +253,7 @@ SNDDMA_Init (void)
if (0 > err) {
Sys_MaskPrintf (SYS_SND, "ALSA: Failure to set noninterleaved PCM "
"access. %s\n", qfsnd_strerror (err));
Sys_Printf ("ALSA: could not set mmap access");
Sys_Printf ("ALSA: could not set mmap access\n");
goto error;
}
sn.xfer = SNDDMA_ni_xfer;