Formatting

SVN revision: 19468
This commit is contained in:
Christopher Michael 2006-01-01 04:18:38 +00:00
parent 60cb25623b
commit ccc3de03a5
1 changed files with 2 additions and 2 deletions

View File

@ -214,9 +214,9 @@ _ecore_signal_call(void)
else
{
if (e->exe) printf("Sending exit event for %s.\n", e->exe->cmd);
_ecore_event_add(ECORE_EVENT_EXE_EXIT, e,
_ecore_event_add(ECORE_EVENT_EXE_EXIT, e,
_ecore_event_exe_exit_free, NULL);
}
}
}
}
sigchld_count--;