evas: remove extra CR

SVN revision: 63867
This commit is contained in:
Mike McCormack 2011-10-06 02:23:57 +00:00
parent fc1cf7e259
commit e5c1e7cc4f
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ evas_object_clip_set(Evas_Object *obj, Evas_Object *clip)
// illegal to set anything but a rect as a clip // illegal to set anything but a rect as a clip
if (clip->type != o_rect_type) if (clip->type != o_rect_type)
{ {
ERR("For now a clip on other object than a rectangle is disabled\n"); ERR("For now a clip on other object than a rectangle is disabled");
return; return;
} }
if (obj->smart.smart) if (obj->smart.smart)