edje_cc_handler: Fix build break from recent Edcref changes
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 8 Aug 2014 14:25:51 +0000 (16:25 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 8 Aug 2014 14:25:51 +0000 (16:25 +0200)
Having correct syntax is needed here. ;)

src/bin/edje/edje_cc_handlers.c

index 162cd73..afaaf73 100644 (file)
@@ -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));