Merge pull request #300 from Liam-Lior/master

Resolving Bug with already defined variable 'n'
This commit is contained in:
Hylke Bons 2011-07-30 12:15:16 -07:00
commit 72a16c036e

View file

@ -117,7 +117,6 @@ namespace SparkleLib {
// Add user info
string n = Environment.NewLine;
XmlDocument xml = new XmlDocument();
xml.Load (global_config_file_path);