From: mike_m Date: Thu, 6 Oct 2011 02:23:57 +0000 (+0000) Subject: evas: remove extra CR X-Git-Tag: accepted/2.0/20130306.225542~195^2~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9910cf2993c9c6d5fee76bff80347fbb9680ed42;p=profile%2Fivi%2Fevas.git evas: remove extra CR git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@63867 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/canvas/evas_clip.c b/src/lib/canvas/evas_clip.c index 95f30f2..1ae2f73 100644 --- a/src/lib/canvas/evas_clip.c +++ b/src/lib/canvas/evas_clip.c @@ -181,7 +181,7 @@ evas_object_clip_set(Evas_Object *obj, Evas_Object *clip) // illegal to set anything but a rect as a clip 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; } if (obj->smart.smart)