correctly fix coverity issue found in termiolink.c

This commit is contained in:
Boris Faure 2015-08-10 00:28:33 +02:00
parent 3738402a9d
commit db471aec09
1 changed files with 1 additions and 2 deletions

View File

@ -179,8 +179,7 @@ _termio_link_find(Evas_Object *obj, int cx, int cy,
end = s[len - 2];
if ((end == endmatch) ||
((!escaped) && (isspace(end)) &&
((end != '\n') && (end != '\r'))))
((!escaped) && (isspace(end))))
{
goforward = EINA_FALSE;
coord_back(&x2, &y2, w, h);