remove errant space.

SVN revision: 64971
This commit is contained in:
Carsten Haitzler 2011-11-09 06:34:03 +00:00
parent deb93c0d4a
commit 40ecca4ce6
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ eina_array_grow(Eina_Array *array)
EINA_MAGIC_CHECK_ARRAY(array);
total = array->total + array->step;
eina_error_set(0);
eina_error_set(0);
tmp = realloc(array->data, sizeof (void *) * total);
if (EINA_UNLIKELY(!tmp))
{