remove "Error: " from no-mmap message

This commit is contained in:
Jeff Teunissen 2000-12-11 09:46:58 +00:00
parent 0bd4b8d288
commit 5023108000

View file

@ -114,7 +114,7 @@ SNDDMA_Init (void)
}
if (!(caps & DSP_CAP_TRIGGER) || !(caps & DSP_CAP_MMAP)) {
Con_Printf ("Error: Sound device can't do memory-mapped I/O.\n");
Con_Printf ("Sound device can't do memory-mapped I/O.\n");
close (audio_fd);
return 0;
}