Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_media.c 


Log Message:
- bugger

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_media.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_media.c 25 Oct 2005 02:53:04 -0000      1.8
+++ ewl_media.c 25 Oct 2005 03:01:38 -0000      1.9
@@ -300,8 +300,8 @@
        mm = ((int)pos / 60) - (mh * 60);
        ms = pos - (mh * 60 * 60) - (mm * 60);
 
-       if (h) *h = mh
-       if (min) *min = mm
+       if (h) *h = mh;
+       if (min) *min = mm;
        if (s) *s = ms;
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to