eina: fix eina_file_iterator
authorenglebass <englebass>
Fri, 29 Jun 2012 20:37:33 +0000 (20:37 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 29 Jun 2012 20:37:33 +0000 (20:37 +0000)
commit0b57b07218dbefd4fe357debe5f906cb46b3cb76
tree22542d28a7360c6d14aee7129bc7d7a269bb97c8
parent24fa8aec8fcb1d282164371152f28e801d58f0d4
eina: fix eina_file_iterator

Remove false check. When we reach the last line we want to return it.
This check will happen the next time we hit the next function.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@73054 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/eina_file.c