changeset 135:a37cdcbcad14

* Line ending change no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Fri, 04 Sep 2009 18:43:52 +0000
parents 57f7b80757ea
children 413a7a049e41
files api/Factories/Xml/WarFoundryXmlFactory.cs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/api/Factories/Xml/WarFoundryXmlFactory.cs	Tue Sep 01 18:56:38 2009 +0000
+++ b/api/Factories/Xml/WarFoundryXmlFactory.cs	Fri Sep 04 18:43:52 2009 +0000
@@ -75,7 +75,7 @@
 		
 		private XmlElement GetRootElementFromStream(Stream stream, WarFoundryXmlElementName elementName)
 		{
-			XmlDocument doc = WarFoundryXmlFactoryUtils.CreateXmlDocumentFromStream(stream);
+			XmlDocument doc = WarFoundryXmlFactoryUtils.CreateXmlDocumentFromStream(stream);
 			stream.Close();
 			XmlElement elem = (XmlElement)doc.LastChild;