Cleanup: Fix return value of modapi_init.

SVN revision: 24186
This commit is contained in:
Christopher Michael 2006-07-25 04:11:41 +00:00
parent a0f661695a
commit 6e6240a23a
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ e_modapi_init(E_Module *m)
clock_module = m;
e_gadcon_provider_register(&_gadcon_class);
return 1;
return m;
}
EAPI int

View File

@ -884,7 +884,7 @@ e_modapi_init(E_Module *m)
cpufreq_config->module = m;
e_gadcon_provider_register(&_gadcon_class);
return 1;
return m;
}
EAPI int