diff options
author | Jeff Ames | 2009-03-31 02:00:33 +0000 |
---|---|---|
committer | Jeff Ames | 2009-03-31 02:00:33 +0000 |
commit | 54ccca1e2cb8af5d0fdc420f64574a7d7b13c94b (patch) | |
tree | f0bf3e10df71075f7a3d9552578679fe0cfdd477 /OpenSim/ApplicationPlugins | |
parent | Committing the changed binaries to get jhurliman's patch into our repo (diff) | |
download | opensim-SC_OLD-54ccca1e2cb8af5d0fdc420f64574a7d7b13c94b.zip opensim-SC_OLD-54ccca1e2cb8af5d0fdc420f64574a7d7b13c94b.tar.gz opensim-SC_OLD-54ccca1e2cb8af5d0fdc420f64574a7d7b13c94b.tar.bz2 opensim-SC_OLD-54ccca1e2cb8af5d0fdc420f64574a7d7b13c94b.tar.xz |
Update svn properties, add copyright header, formatting cleanup.
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs index 5ff9da3..180d6f4 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | |||
@@ -227,7 +227,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
227 | // them easy to reach from anywhere in the assembly. | 227 | // them easy to reach from anywhere in the assembly. |
228 | 228 | ||
229 | Rest.main = openSim; | 229 | Rest.main = openSim; |
230 | if(Rest.main == null) | 230 | if (Rest.main == null) |
231 | throw new Exception("OpenSim base pointer is null"); | 231 | throw new Exception("OpenSim base pointer is null"); |
232 | 232 | ||
233 | Rest.Plugin = this; | 233 | Rest.Plugin = this; |