diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LSL.lua | 2 |
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 | |||
1384 | newFunc("", "osMessageObject", "key objectUUID", "string message") | 1384 | newFunc("", "osMessageObject", "key objectUUID", "string message") |
1385 | 1385 | ||
1386 | -- OS grid functions | 1386 | -- OS grid functions |
1387 | newFunc("string", "osGetGridCustom", "string key") | 1387 | newFunc("string", "osGetGridCustom", "string k") |
1388 | newFunc("string", "osGetGridGatekeeperURI") | 1388 | newFunc("string", "osGetGridGatekeeperURI") |
1389 | newFunc("string", "osGetGridHomeURI") | 1389 | newFunc("string", "osGetGridHomeURI") |
1390 | newFunc("string", "osGetGridLoginURI") | 1390 | newFunc("string", "osGetGridLoginURI") |