Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        sound.c 


Log Message:
Fix compilation when sound is disabled.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/sound.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- sound.c     28 Dec 2004 23:46:47 -0000      1.26
+++ sound.c     30 Dec 2004 07:41:28 -0000      1.27
@@ -306,7 +306,7 @@
        Conf_sound.enable = 0;
      }
 #else
-   Conf_sound = 0;
+   Conf_sound.enable = 0;
 #endif
    EDBUG_RETURN_;
 }




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to