diff options
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteRegionData.cs b/OpenSim/Data/SQLite/SQLiteRegionData.cs index ccd712a..a8ec417 100644 --- a/OpenSim/Data/SQLite/SQLiteRegionData.cs +++ b/OpenSim/Data/SQLite/SQLiteRegionData.cs | |||
@@ -205,7 +205,7 @@ namespace OpenSim.Data.SQLite | |||
205 | 205 | ||
206 | public void StoreRegionSettings(RegionSettings rs) | 206 | public void StoreRegionSettings(RegionSettings rs) |
207 | { | 207 | { |
208 | lock(ds) | 208 | lock (ds) |
209 | { | 209 | { |
210 | DataTable regionsettings = ds.Tables["regionsettings"]; | 210 | DataTable regionsettings = ds.Tables["regionsettings"]; |
211 | 211 | ||