aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2012-04-14 01:04:26 +0100
committerMelanie2012-04-14 01:04:26 +0100
commit4bdd9d51bc0ccfa5b15a6e77228f69dafada03b7 (patch)
tree49a56fb749f0baf6b11f3426215792ab39d61e97
parentMissing or unimplemented LSL memory functions. (diff)
downloadopensim-SC_OLD-4bdd9d51bc0ccfa5b15a6e77228f69dafada03b7.zip
opensim-SC_OLD-4bdd9d51bc0ccfa5b15a6e77228f69dafada03b7.tar.gz
opensim-SC_OLD-4bdd9d51bc0ccfa5b15a6e77228f69dafada03b7.tar.bz2
opensim-SC_OLD-4bdd9d51bc0ccfa5b15a6e77228f69dafada03b7.tar.xz
Correct whitespace error introduced by previous commit
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index 11b21d4..69df392 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -148,7 +148,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
148 LSL_Rotation llGetLocalRot(); 148 LSL_Rotation llGetLocalRot();
149 LSL_Float llGetMass(); 149 LSL_Float llGetMass();
150 LSL_Integer llGetMemoryLimit(); 150 LSL_Integer llGetMemoryLimit();
151 void llGetNextEmail(string address, string subject); 151 void llGetNextEmail(string address, string subject);
152 LSL_String llGetNotecardLine(string name, int line); 152 LSL_String llGetNotecardLine(string name, int line);
153 LSL_Key llGetNumberOfNotecardLines(string name); 153 LSL_Key llGetNumberOfNotecardLines(string name);
154 LSL_Integer llGetNumberOfPrims(); 154 LSL_Integer llGetNumberOfPrims();