diff options
Diffstat (limited to '')
-rw-r--r-- | src/LuaSL/LuaSL_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LuaSL/LuaSL_main.c b/src/LuaSL/LuaSL_main.c index 7d6fa99..f02c5bf 100644 --- a/src/LuaSL/LuaSL_main.c +++ b/src/LuaSL/LuaSL_main.c | |||
@@ -248,7 +248,7 @@ int main(int argc, char **argv) | |||
248 | logDom = loggingStartup("LuaSL", logDom); | 248 | logDom = loggingStartup("LuaSL", logDom); |
249 | ourGlobals.scripts = eina_hash_string_superfast_new(NULL); | 249 | ourGlobals.scripts = eina_hash_string_superfast_new(NULL); |
250 | ourGlobals.names = eina_hash_string_superfast_new(NULL); | 250 | ourGlobals.names = eina_hash_string_superfast_new(NULL); |
251 | if (ecore_con_init()) | 251 | if (ecore_init()) |
252 | { | 252 | { |
253 | if (ecore_con_init()) | 253 | if (ecore_con_init()) |
254 | { | 254 | { |