efl: fix typos that emitted the wrong PATH type.

This commit is contained in:
Cedric BAIL 2015-04-03 16:23:05 +02:00
parent 5aafae94f1
commit ce4d4aac04
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ efl_graphics_path_append_close(Efl_Graphics_Path_Command **commands, double **po
{
double *offset_point;
efl_graphics_path_grow(EFL_GRAPHICS_PATH_COMMAND_TYPE_ARC_TO,
efl_graphics_path_grow(EFL_GRAPHICS_PATH_COMMAND_TYPE_CLOSE,
commands, points, &offset_point);
}