edje_cc_handler: Fix build break from recent Edcref changes

Having correct syntax is needed here. ;)
This commit is contained in:
Stefan Schmidt 2014-08-08 16:25:51 +02:00
parent 62af2b9bd1
commit 2fa2c11910
1 changed files with 1 additions and 1 deletions

View 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));