From be84909ed8a772048fc7dabbe5c88b09f94b4de2 Mon Sep 17 00:00:00 2001 From: mike_m Date: Thu, 6 Oct 2011 02:23:57 +0000 Subject: [PATCH] evas: remove extra CR git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63867 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/canvas/evas_clip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4