Cleanup: Fix return value for modapi_init.

SVN revision: 24185
This commit is contained in:
Christopher Michael 2006-07-25 04:09:41 +00:00
parent f40409e4e2
commit a0f661695a
1 changed files with 1 additions and 1 deletions

View File

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