stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2fa2c119106d5839cb48c5090c762742118e46e6

commit 2fa2c119106d5839cb48c5090c762742118e46e6
Author: Stefan Schmidt <[email protected]>
Date:   Fri Aug 8 16:25:51 2014 +0200

    edje_cc_handler: Fix build break from recent Edcref changes
    
    Having correct syntax is needed here. ;)
---
 src/bin/edje/edje_cc_handlers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 162cd73..afaaf73 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -9699,7 +9699,7 @@ 
st_collections_group_parts_part_description_map_rotation_center(void)
 */
 static void
 st_collections_group_parts_part_description_map_rotation_x(void)
-
+{
    check_arg_count(1);
 
    current_desc->map.rot.x = FROM_DOUBLE(parse_float(0));

-- 


Reply via email to