summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-05-27 15:26:49 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-05-27 15:26:49 +0000
commit439ef2f8ee8ac618a3f9df81a8fbf44fe39f728d (patch)
treefcfe5b0f33f9e1eddb5a9f6331455c268a564397
parent9bb72cc699a6eaf192df2df56715d2245f4b5118 (diff)
games/doom: #A/audio -> /dev/audio
-rw-r--r--sys/src/games/doom/i_sound.c2
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;
}