aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-06-03 15:05:04 +1000
committerDavid Walter Seikel2014-06-03 15:05:04 +1000
commit9804b643373f7d813adf609b882fde5ad3c65718 (patch)
tree6912bddb60de01bcd03b0d44670c5ca997de2c70 /src
parentLoad and rez stuffs in an idler, also fix some bugs in that part. (diff)
downloadSledjHamr-9804b643373f7d813adf609b882fde5ad3c65718.zip
SledjHamr-9804b643373f7d813adf609b882fde5ad3c65718.tar.gz
SledjHamr-9804b643373f7d813adf609b882fde5ad3c65718.tar.bz2
SledjHamr-9804b643373f7d813adf609b882fde5ad3c65718.tar.xz
White space fix.
Diffstat (limited to 'src')
-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 24689e2..41576c2 100644
--- a/src/LuaSL/LuaSL_main.c
+++ b/src/LuaSL/LuaSL_main.c
@@ -1,6 +1,6 @@
1/* LuaSL - Server for compiling and running LSL scripts. 1/* LuaSL - Server for compiling and running LSL scripts.
2 2
3It should be able to handle pureLSL scripts, pure Lua scripts, as well 3It should be able to handle pure LSL scripts, pure Lua scripts, as well
4as hybrid LSL / Lua scripts. 4as hybrid LSL / Lua scripts.
5 5
6The script engine is separate from the world server. This is for 6The script engine is separate from the world server. This is for