# HG changeset patch # User Sean Egan # Date 1015268914 0 # Node ID 00ce285e3ed10c126436552ebbc5a7053bbeb4ad # Parent bfd2b1ef907c6132128f64d1168fd58ae76704af [gaim-migrate @ 3018] It would probably be better if it compiled. committer: Tailor Script diff -r bfd2b1ef907c -r 00ce285e3ed1 src/sound.c --- a/src/sound.c Mon Mar 04 18:43:27 2002 +0000 +++ b/src/sound.c Mon Mar 04 19:08:34 2002 +0000 @@ -499,7 +499,7 @@ #endif /* Lastly, we can try just plain old /dev/audio */ - else if (sound_options & OPT_SOUND_NORMAL) { + if (sound_options & OPT_SOUND_NORMAL) { if (can_play_audio()) { play_audio(data, size); _exit(0);