aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_main.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-12 00:22:36 +1000
committerDavid Walter Seikel2012-02-12 00:22:36 +1000
commita0263e9618f37101d4beb182853b653fe4727667 (patch)
treefe97898fe4aad8d4c3fe35001c434e6f9b36cc3c /LuaSL/src/LuaSL_main.c
parentMissed this in the SID change commit. (diff)
downloadSledjHamr-a0263e9618f37101d4beb182853b653fe4727667.zip
SledjHamr-a0263e9618f37101d4beb182853b653fe4727667.tar.gz
SledjHamr-a0263e9618f37101d4beb182853b653fe4727667.tar.bz2
SledjHamr-a0263e9618f37101d4beb182853b653fe4727667.tar.xz
Little clean ups.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c
index 6daa97d..7dad1c0 100644
--- a/LuaSL/src/LuaSL_main.c
+++ b/LuaSL/src/LuaSL_main.c
@@ -41,7 +41,7 @@ static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Client_D
41 else 41 else
42 sendBack(game, ev->client, SID, "compiled(false)"); 42 sendBack(game, ev->client, SID, "compiled(false)");
43 } 43 }
44 else if (0 == strcmp(command, "start()")) 44 else if (0 == strcmp(command, "run()"))
45 { 45 {
46 char buf[PATH_MAX]; 46 char buf[PATH_MAX];
47 47