fixed white trailing

SVN revision: 57962
This commit is contained in:
ChunEon Park 2011-03-22 07:51:17 +00:00
parent a180e3d30c
commit 11365c7445
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ elm_bg_overlay_unset(Evas_Object *obj)
EAPI void
elm_bg_load_size_set(Evas_Object *obj, Evas_Coord w, Evas_Coord h)
{
ELM_CHECK_WIDTYPE(obj, widtype);
ELM_CHECK_WIDTYPE(obj, widtype);
Widget_Data *wd = elm_widget_data_get(obj);
const char *p;
if (!wd) return;