yup, I was in the process of pushing the fix but you beat me on time Sorry for the noise
2014-08-08 16:26 GMT+02:00 Stefan Schmidt <[email protected]>: > 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)); > > -- > > > ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
