aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-13 17:00:03 +1000
committerDavid Walter Seikel2014-05-13 17:00:03 +1000
commit8089bb75af675080da9ffb69952b6d7dee5bfa63 (patch)
tree8cf7ec76b89a02c2594c3c17735cb7c7925a3415 /src/LuaSL
parentExtantz calls love, and love calls LuaSL, and clean out the need for scripts ... (diff)
downloadSledjHamr-8089bb75af675080da9ffb69952b6d7dee5bfa63.zip
SledjHamr-8089bb75af675080da9ffb69952b6d7dee5bfa63.tar.gz
SledjHamr-8089bb75af675080da9ffb69952b6d7dee5bfa63.tar.bz2
SledjHamr-8089bb75af675080da9ffb69952b6d7dee5bfa63.tar.xz
No idea how long this has been wrong. lol
Diffstat (limited to 'src/LuaSL')
-rw-r--r--src/LuaSL/LuaSL_main.c2
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 {