Mercurial > pidgin.yaz
changeset 3005:00ce285e3ed1
[gaim-migrate @ 3018]
It would probably be better if it compiled.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 04 Mar 2002 19:08:34 +0000 |
parents | bfd2b1ef907c |
children | 234ce8eb132d |
files | src/sound.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);