aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/RestXmlWriter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/RestXmlWriter.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/RestXmlWriter.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/RestXmlWriter.cs b/OpenSim/ApplicationPlugins/Rest/RestXmlWriter.cs
index f27fd64..9abb0c8 100644
--- a/OpenSim/ApplicationPlugins/Rest/RestXmlWriter.cs
+++ b/OpenSim/ApplicationPlugins/Rest/RestXmlWriter.cs
@@ -63,7 +63,6 @@ namespace OpenSim.ApplicationPlugins.Rest
63 63
64 public override string ToString() 64 public override string ToString()
65 { 65 {
66 WriteEndElement();
67 Flush(); 66 Flush();
68 Close(); 67 Close();
69 return m_sw.ToString(); 68 return m_sw.ToString();