Enlightenment CVS committal Author : cedric Project : e17 Module : proto/eina
Dir : e17/proto/eina/src/lib Modified Files: eina_mempool.c Log Message: Remove trailing space. =================================================================== RCS file: /cvs/e/e17/proto/eina/src/lib/eina_mempool.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- eina_mempool.c 6 Aug 2008 18:15:19 -0000 1.4 +++ eina_mempool.c 11 Aug 2008 16:32:19 -0000 1.5 @@ -21,7 +21,7 @@ #include "eina_module.h" #include "eina_private.h" /*============================================================================* - * Local * + * Local * *============================================================================*/ static Eina_List *_modules; static int _init_count = 0; @@ -63,23 +63,23 @@ return NULL; } /*============================================================================* - * API * + * API * *============================================================================*/ /** - * + * */ EAPI int eina_mempool_init(void) { - if (!_init_count) + if (!_init_count) { - _modules = eina_module_list_get("/usr/local/lib/eina/mm_policies", 0, NULL, NULL); + _modules = eina_module_list_get("/usr/local/lib/eina/modules/mp", 0, NULL, NULL); } /* get all the modules */ return ++_init_count; } /** - * + * */ EAPI int eina_mempool_shutdown(void) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs