evas: remove extra CR
authormike_m <mike_m@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 6 Oct 2011 02:23:57 +0000 (02:23 +0000)
committermike_m <mike_m@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 6 Oct 2011 02:23:57 +0000 (02:23 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@63867 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_clip.c

index 95f30f2..1ae2f73 100644 (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
    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)