diff options
| -rw-r--r-- | sys/src/games/doom/i_sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/games/doom/i_sound.c b/sys/src/games/doom/i_sound.c index 5d8fbfc7b..576bf1c26 100644 --- a/sys/src/games/doom/i_sound.c +++ b/sys/src/games/doom/i_sound.c @@ -133,7 +133,7 @@ void I_InitSound(void) audio_fd = open("/dev/audio", ORDWR); if(audio_fd < 0) { - printf("WARN Failed to open '#A'/audio, sound disabled\n"); + printf("WARN Failed to open /dev/audio, sound disabled\n"); return; } |
