another spacing baddie -> fixed

SVN revision: 64972
This commit is contained in:
Carsten Haitzler 2011-11-09 06:35:45 +00:00
parent 40ecca4ce6
commit 0c778a4205
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ eina_array_remove(Eina_Array *array, Eina_Bool (*keep)(void *data,
return EINA_TRUE;
}
eina_error_set(0);
eina_error_set(0);
tmp = malloc(sizeof (void *) * array->total);
if (!tmp)
{