aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_main.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-09-15 04:38:25 +1000
committerDavid Walter Seikel2014-09-15 04:38:25 +1000
commitde284df05685e55342317d955e32783c02cf061a (patch)
tree19edf77007ca0c631f80df33d1af93f2c4c403aa /src/LuaSL/LuaSL_main.c
parentSecond pass fixes up variables now to. (diff)
downloadSledjHamr-de284df05685e55342317d955e32783c02cf061a.zip
SledjHamr-de284df05685e55342317d955e32783c02cf061a.tar.gz
SledjHamr-de284df05685e55342317d955e32783c02cf061a.tar.bz2
SledjHamr-de284df05685e55342317d955e32783c02cf061a.tar.xz
Shut up die spam.
Diffstat (limited to 'src/LuaSL/LuaSL_main.c')
-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 029bec3..d13db3d 100644
--- a/src/LuaSL/LuaSL_main.c
+++ b/src/LuaSL/LuaSL_main.c
@@ -410,7 +410,7 @@ int main(int argc, char **argv)
410 else 410 else
411 fprintf(stderr, "Failed to init eina!"); 411 fprintf(stderr, "Failed to init eina!");
412 412
413 PD("Falling out of main()"); 413// printf("Falling out of main()\n");
414 return result; 414 return result;
415} 415}
416 416