mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
Add a missing \n
This commit is contained in:
parent
5914bb6208
commit
a426dacc8a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue