mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Add copyright headers. Formatting cleanup. Fix a compiler warning.
This commit is contained in:
@@ -439,7 +439,7 @@ namespace OpenSim.Data.MySQL
|
||||
MySqlDataReader reader = result.ExecuteReader();
|
||||
|
||||
InventoryFolderBase folder = null;
|
||||
if(reader.Read())
|
||||
if (reader.Read())
|
||||
folder = readInventoryFolder(reader);
|
||||
reader.Close();
|
||||
result.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user