devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=43993fd7fceb982da2d0f6c294c28a9af48d7ae5

commit 43993fd7fceb982da2d0f6c294c28a9af48d7ae5
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Mon Jul 15 09:51:01 2019 -0400

    examples: fix function signature for edje color class example
    
    Reviewers: devilhorns
    
    Reviewed By: devilhorns
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D9303
---
 src/examples/edje/edje-color-class.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/edje/edje-color-class.c 
b/src/examples/edje/edje-color-class.c
index 52db84b546..c153d7c9c0 100644
--- a/src/examples/edje/edje-color-class.c
+++ b/src/examples/edje/edje-color-class.c
@@ -138,7 +138,7 @@ _canvas_resize_cb(Ecore_Evas *_ee)
 }
 
 static void
-_color_class_callback_delete(void *data, Evas *e EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED,
+_color_class_callback_delete(void *data, Evas_Object *obj EINA_UNUSED,
                              const char *emission, void *source EINA_UNUSED)
 {
    if (!strcmp(data, "process"))

-- 


Reply via email to