diff options
Diffstat (limited to 'src/lib/evas/file/evas_module.c')
-rw-r--r-- | src/lib/evas/file/evas_module.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/evas/file/evas_module.c b/src/lib/evas/file/evas_module.c index 5c1f5d6c20..67f565657f 100644 --- a/src/lib/evas/file/evas_module.c +++ b/src/lib/evas/file/evas_module.c | |||
@@ -562,7 +562,8 @@ evas_module_find_type(Evas_Module_Type type, const char *name) | |||
562 | en = eina_module_new(buffer); | 562 | en = eina_module_new(buffer); |
563 | if (!en) continue; | 563 | if (!en) continue; |
564 | 564 | ||
565 | if (type == EVAS_MODULE_TYPE_ENGINE) eina_module_symbol_global_set(en, EINA_TRUE); | 565 | if (type == EVAS_MODULE_TYPE_ENGINE) |
566 | eina_module_symbol_global_set(en, EINA_TRUE); | ||
566 | 567 | ||
567 | if (!eina_module_load(en)) | 568 | if (!eina_module_load(en)) |
568 | { | 569 | { |