aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_main.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-05 10:39:25 +1000
committerDavid Walter Seikel2012-02-05 10:39:25 +1000
commitffa3618a3cfcb5298e00ec9df02253426c62cf12 (patch)
tree9cb06521f22e6cd90729e8a74c879f537549f6d6 /LuaSL/src/LuaSL_main.c
parentSlightly less half arsed. lol (diff)
downloadSledjHamr-ffa3618a3cfcb5298e00ec9df02253426c62cf12.zip
SledjHamr-ffa3618a3cfcb5298e00ec9df02253426c62cf12.tar.gz
SledjHamr-ffa3618a3cfcb5298e00ec9df02253426c62cf12.tar.bz2
SledjHamr-ffa3618a3cfcb5298e00ec9df02253426c62cf12.tar.xz
White space clean up.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c
index 3ee2e8c..5601dde 100644
--- a/LuaSL/src/LuaSL_main.c
+++ b/LuaSL/src/LuaSL_main.c
@@ -1,3 +1,4 @@
1
1#include "LuaSL.h" 2#include "LuaSL.h"
2 3
3#define LUA_TEST 0 4#define LUA_TEST 0
@@ -313,7 +314,7 @@ main(int argc, char **argv)
313 314
314 if (badArgs) 315 if (badArgs)
315 { 316 {
316 // display the program usage to the user as they have it wrong 317 // display the program usage to the user as they have it wrong
317 printf("Usage: %s [-u]\n", programName); 318 printf("Usage: %s [-u]\n", programName);
318 printf(" -u: Show the test UI.\n"); 319 printf(" -u: Show the test UI.\n");
319 } 320 }
@@ -487,4 +488,3 @@ main(int argc, char **argv)
487 488
488 return 0; 489 return 0;
489} 490}
490