don't return value in void functions

SVN revision: 71742
This commit is contained in:
Mike Blumenkrantz 2012-06-06 10:52:45 +00:00
parent eee42b60d9
commit 020bf40113
1 changed files with 1 additions and 1 deletions

View File

@ -1251,7 +1251,7 @@ ecore_thread_max_set(int num)
EAPI void
ecore_thread_max_reset(void)
{
EINA_MAIN_LOOP_CHECK_RETURN_VAL(0);
EINA_MAIN_LOOP_CHECK_RETURN;
_ecore_thread_count_max = eina_cpu_count();
}