From 08810918676ce290add32fb8dc79404440f59083 Mon Sep 17 00:00:00 2001 From: tasn Date: Sun, 20 Mar 2011 13:56:08 +0000 Subject: [PATCH] Evas textblock: Fixed a small error in docs. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@57916 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/canvas/evas_object_textblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/canvas/evas_object_textblock.c b/src/lib/canvas/evas_object_textblock.c index c7cdb16..164337e 100644 --- a/src/lib/canvas/evas_object_textblock.c +++ b/src/lib/canvas/evas_object_textblock.c @@ -2011,7 +2011,7 @@ _layout_format_push(Ctxt *c, Evas_Object_Textblock_Format *fmt) * @param c the context to work on - Not NULL. * @param fmt the format to free. * @return the next format in the stack, or format if there's none. - * @see _layout_format_pop() + * @see _layout_format_push() */ static Evas_Object_Textblock_Format * _layout_format_pop(Ctxt *c, Evas_Object_Textblock_Format *fmt) -- 2.7.4