From c2d99f8d354e11cb5714292c8d8dbdebb800584b Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Fri, 30 Nov 2012 06:29:10 +0000 Subject: [PATCH] elementary/mapbuf - removed white trailing SVN revision: 79865 --- legacy/elementary/src/lib/elm_mapbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_mapbuf.c b/legacy/elementary/src/lib/elm_mapbuf.c index 0c13433370..b604a31634 100644 --- a/legacy/elementary/src/lib/elm_mapbuf.c +++ b/legacy/elementary/src/lib/elm_mapbuf.c @@ -127,7 +127,7 @@ _configure(Evas_Object *obj) //Let give the chance to update the content whenever content is //coming inside buffer from the outside. It means the content may //have been changed when it is on the outside, but the surface - //may not be updated because contents would be outside of the + //may not be updated because contents would be outside of the //viewport. Evas_Coord output_w, output_h; Evas *e = evas_object_evas_get(obj);