Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv5467/src
Modified Files:
sound.c
Log Message:
It would probably be better if it compiled.
Index: sound.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/sound.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- sound.c 4 Mar 2002 18:43:27 -0000 1.47
+++ sound.c 4 Mar 2002 19:08:34 -0000 1.48
@@ -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);
|