[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:
Bill Currie 2023-12-27 16:05:24 +09:00
parent d5b0a51b6e
commit 6b6c91e993

View file

@ -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;
}