Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
        ecore_dbus_receiver_test.c 


Log Message:
missed this

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/bin/ecore_dbus_receiver_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ecore_dbus_receiver_test.c  29 Sep 2006 09:28:36 -0000      1.5
+++ ecore_dbus_receiver_test.c  29 Sep 2006 13:11:49 -0000      1.6
@@ -97,7 +97,7 @@
 
 
 static void
-_test_object_test(Ecore_DBus_Event_Method_Call *event)
+_test_object_test(void *data, Ecore_DBus_Event_Method_Call *event)
 {
    Ecore_DBus_Message *msg;
    unsigned int *i;
@@ -122,7 +122,7 @@
    printf("    params: i = %d, s1 = \"%s\", l = (", i ? *i : 0, s1);
    ecore_list_goto_first(l);
    first = 1;
-   while(i = ecore_list_next(l))
+   while((i = ecore_list_next(l)))
      {
        if (!first) printf(", ");
        else first = 0;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to