hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=2c98f69475b5d81e0fe0b5bbbb025c8b4b57b352
commit 2c98f69475b5d81e0fe0b5bbbb025c8b4b57b352 Author: ChunEon Park <her...@hermet.pe.kr> Date: Sat Mar 15 23:49:36 2014 +0900 parser - removed empty lines --- src/bin/edc_parser.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/edc_parser.c b/src/bin/edc_parser.c index 941fa43..5092553 100644 --- a/src/bin/edc_parser.c +++ b/src/bin/edc_parser.c @@ -678,6 +678,4 @@ Eina_Stringshare p++; } return NULL; -} - - +} \ No newline at end of file --