Enlightenment CVS committal

Author  : moom
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        alsa_mixer.c 


Log Message:
* add missin ')'. Spank devilhorns, spank!!


===================================================================
RCS file: /cvs/e/e_modules/mixer/alsa_mixer.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- alsa_mixer.c        12 Sep 2006 20:51:31 -0000      1.18
+++ alsa_mixer.c        12 Sep 2006 21:05:02 -0000      1.19
@@ -233,7 +233,7 @@
             name = snd_mixer_selem_id_get_name(sid);
             if ((!strcmp(name, "Master")) || 
                 (!strcmp(name, "PCM")) || 
-                (!strcmp(name, "DAC")) 
+                (!strcmp(name, "DAC"))) 
               {
                  ac = E_NEW(Mixer_Channel, 1);
                  if (!ac) continue;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to