elm_colorselector: int*a -> int *a in elm_colorselector_color_get API
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 25 Feb 2012 08:15:43 +0000 (08:15 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 25 Feb 2012 08:15:43 +0000 (08:15 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68435 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_colorselector.c

index ebbfb64..3081db6 100644 (file)
@@ -757,7 +757,7 @@ elm_colorselector_color_set(Evas_Object *obj, int r, int g, int b, int a)
 }
 
 EAPI void
-elm_colorselector_color_get(const Evas_Object *obj, int *r, int *g, int *b, int*a)
+elm_colorselector_color_get(const Evas_Object *obj, int *r, int *g, int *b, int *a)
 {
    Widget_Data *wd = elm_widget_data_get(obj);
    ELM_CHECK_WIDTYPE(obj, widtype);