evas: fix typo causing build error 08/258208/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 12 May 2021 07:45:45 +0000 (16:45 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 12 May 2021 07:45:45 +0000 (16:45 +0900)
Change-Id: I1b30d4f38a28fad68f5b4a5b4d5cdddc5d96b2df

src/lib/evas/canvas/efl_canvas_vg_gradient.c

index 1aeee7a..813fbe3 100644 (file)
@@ -22,8 +22,7 @@ _efl_canvas_vg_gradient_efl_gfx_gradient_stop_get(const Eo *obj,
                                                   const Efl_Gfx_Gradient_Stop **colors,
                                                   unsigned int *length)
 {
-   evas_vg_gradient_stop_get(obj, colors, length)
-
+   evas_vg_gradient_stop_get(obj, colors, length);
 }
 
 static void