From 439ef2f8ee8ac618a3f9df81a8fbf44fe39f728d Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 27 May 2011 15:26:49 +0000 Subject: games/doom: #A/audio -> /dev/audio --- sys/src/games/doom/i_sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3