Whitespace

This commit is contained in:
Xavi Artigas 2017-12-04 18:01:49 +01:00
parent c106ec6d44
commit 792db6f59b
1 changed files with 2 additions and 2 deletions

View File

@ -68,13 +68,13 @@ _io_read(const char *filename)
free(string);
}
efl_del(file);
efl_del(file);
}
static void
_io_test()
{
const char *filename = "/tmp/efl_core_io_test.tmp";
const char *filename = "/tmp/efl_core_io_test.tmp";
printf("TEST 1: Efl.Io.File\n");
_io_write(filename);