mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 12:42:32 +00:00
[alsa] Fix a missing \n in a message
I guess I had thought it was Sys_Error instead of Sys_Printf (or maybe I changed it).
This commit is contained in:
parent
d5b0a51b6e
commit
6b6c91e993
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ SNDDMA_Init (snd_t *snd)
|
|||
|
||||
if ((res = qfsnd_async_add_pcm_handler (&async_handler, pcm,
|
||||
alsa_callback, snd)) < 0) {
|
||||
Sys_Printf ("snd_alsa: unable to register async handler: %s",
|
||||
Sys_Printf ("snd_alsa: unable to register async handler: %s\n",
|
||||
qfsnd_strerror (res));
|
||||
goto error;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue