eina tests: add missing semicolumn

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Vincent Torri 2018-01-31 13:35:55 +01:00 committed by Cedric Bail
parent b464ffb679
commit 4a6d32b352
1 changed files with 1 additions and 1 deletions

View File

@ -793,7 +793,7 @@ START_TEST(eina_test_file_mktemp)
l = GetFinalPathNameByHandle(h, buf, sizeof(buf), 0);
fail_if(l == 0);
/* GetFinalPathNameByHandle() preprends path with \\?\ */
unlink(buf + 4)
unlink(buf + 4);
}
#endif
close(fd);