elm test.c: Fixed formatting.

SVN revision: 69902
This commit is contained in:
Daniel Juyung Seo 2012-04-03 14:26:17 +00:00
parent b5dd2e20be
commit 012f3850a1
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ add_tests:
if (test_win_only)
{
EINA_LIST_FREE(tests, t)
free (t);
free(t);
return;
}