devilhorns pushed a commit to branch master.
commit a39246c3127c2a53ca163c84aa791611c80d4a20
Author: Chris Michael <[email protected]>
Date: Fri Aug 2 11:36:07 2013 +0100
Remove return value in function returning void.
Signed-off-by: Chris Michael <[email protected]>
---
src/modules/conf_randr/e_smart_monitor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/conf_randr/e_smart_monitor.c
b/src/modules/conf_randr/e_smart_monitor.c
index 9565d28..bf4b5db 100644
--- a/src/modules/conf_randr/e_smart_monitor.c
+++ b/src/modules/conf_randr/e_smart_monitor.c
@@ -926,7 +926,7 @@ e_smart_monitor_indicator_available_set(Evas_Object *obj,
Eina_Bool available)
E_Smart_Data *sd;
/* try to get the objects smart data */
- if (!(sd = evas_object_smart_data_get(obj))) return 0;
+ if (!(sd = evas_object_smart_data_get(obj))) return;
if (available)
edje_object_signal_emit(sd->o_frame, "e,state,indicator,enabled", "e");
else
--
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk