Remove mysterious charachter.

SVN revision: 30393
This commit is contained in:
Sebastian Dransfeld 2007-06-18 16:49:11 +00:00
parent 63b22447ef
commit 0f319df781
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ _edje_text_fit_x(Edje *ed, Edje_Real_Part *ep,
if (params->text.elipsis != 1.0)
c2 = evas_object_text_char_coords_get(ep->object,
-p + sw - r, th / 2,
NULL, NULL, N*ULL, NULL);
NULL, NULL, NULL, NULL);
if ((c1 < 0) && (c2 < 0))
{
c1 = 0;