diff options
author | David Walter Seikel | 2014-06-03 15:05:04 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-06-03 15:05:04 +1000 |
commit | 9804b643373f7d813adf609b882fde5ad3c65718 (patch) | |
tree | 6912bddb60de01bcd03b0d44670c5ca997de2c70 /src/LuaSL | |
parent | Load and rez stuffs in an idler, also fix some bugs in that part. (diff) | |
download | SledjHamr-9804b643373f7d813adf609b882fde5ad3c65718.zip SledjHamr-9804b643373f7d813adf609b882fde5ad3c65718.tar.gz SledjHamr-9804b643373f7d813adf609b882fde5ad3c65718.tar.bz2 SledjHamr-9804b643373f7d813adf609b882fde5ad3c65718.tar.xz |
White space fix.
Diffstat (limited to 'src/LuaSL')
-rw-r--r-- | src/LuaSL/LuaSL_main.c | 2 |
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 | ||
3 | It should be able to handle pureLSL scripts, pure Lua scripts, as well | 3 | It should be able to handle pure LSL scripts, pure Lua scripts, as well |
4 | as hybrid LSL / Lua scripts. | 4 | as hybrid LSL / Lua scripts. |
5 | 5 | ||
6 | The script engine is separate from the world server. This is for | 6 | The script engine is separate from the world server. This is for |