aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-31 18:36:45 +0000
committerJustin Clarke Casey2008-05-31 18:36:45 +0000
commit6e5b416d140c5624a6b055c9bc0075e1a8efa4a7 (patch)
tree71bc0cbeed7b4a315c521cd53a0caa9f02786707
parentMantis#1314. Thank you kindly, Kinoc for YieldProlog. (diff)
downloadopensim-SC_OLD-6e5b416d140c5624a6b055c9bc0075e1a8efa4a7.zip
opensim-SC_OLD-6e5b416d140c5624a6b055c9bc0075e1a8efa4a7.tar.gz
opensim-SC_OLD-6e5b416d140c5624a6b055c9bc0075e1a8efa4a7.tar.bz2
opensim-SC_OLD-6e5b416d140c5624a6b055c9bc0075e1a8efa4a7.tar.xz
* Remove rogue ? to get things compiling again
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/YP2CSConverter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/YP2CSConverter.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/YP2CSConverter.cs
index 3766246..5ede108 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/YP2CSConverter.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/YP2CSConverter.cs
@@ -1,4 +1,4 @@
1?using System; 1using System;
2using System.IO; 2using System.IO;
3using System.Collections.Generic; 3using System.Collections.Generic;
4using System.Text; 4using System.Text;