Evas textblock: Fix clang complaint.

http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-FBRb3Q.html#EndPath

SVN revision: 64974
This commit is contained in:
Tom Hacohen 2011-11-09 07:19:09 +00:00
parent 1410e0e3b6
commit 260f07ed81
1 changed files with 1 additions and 1 deletions

View File

@ -6782,7 +6782,7 @@ evas_textblock_cursor_text_append(Evas_Textblock_Cursor *cur, const char *_text)
}
else if (o->text_nodes)
{
cur->node = o->text_nodes;
n = cur->node = o->text_nodes;
cur->pos = 0;
}
else