efl: fix typos that emitted the wrong PATH type.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:23:05 +0000 (16:23 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:23:05 +0000 (16:23 +0200)
src/lib/efl/interfaces/efl_graphics_utils.c

index 3aa11c4fb6282928dc064fb2b836900789a6e549..9edb75cad4611ddafaabb3eca6e59d7c875ad357 100644 (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);
 }