formatting

SVN revision: 69068
This commit is contained in:
Sebastian Dransfeld 2012-03-08 19:52:26 +00:00
parent 2872041d17
commit 4c244a82fc
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ static void
_ecore_event_generic_free(void *data __UNUSED__,
void *event)
{ /* DO NOT MEMPOOL FREE THIS */
free (event);
free(event);
}
/**