aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--lib/LSL.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LSL.lua b/lib/LSL.lua
index 94d2417..0f5e9ec 100644
--- a/lib/LSL.lua
+++ b/lib/LSL.lua
@@ -1384,7 +1384,7 @@ newFunc("integer", "osListenRegex", "integer channelID", "string name", "string
1384newFunc("", "osMessageObject", "key objectUUID", "string message") 1384newFunc("", "osMessageObject", "key objectUUID", "string message")
1385 1385
1386-- OS grid functions 1386-- OS grid functions
1387newFunc("string", "osGetGridCustom", "string key") 1387newFunc("string", "osGetGridCustom", "string k")
1388newFunc("string", "osGetGridGatekeeperURI") 1388newFunc("string", "osGetGridGatekeeperURI")
1389newFunc("string", "osGetGridHomeURI") 1389newFunc("string", "osGetGridHomeURI")
1390newFunc("string", "osGetGridLoginURI") 1390newFunc("string", "osGetGridLoginURI")