aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL_main.c')
-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