From 33826c0735e91da2957f20287959b9f2d2e7ae79 Mon Sep 17 00:00:00 2001 From: Wizard_85 Date: Sat, 30 Jul 2011 20:48:47 +0200 Subject: [PATCH] Resolving Bug with already defined variable 'n' --- SparkleLib/Git/SparkleFetcherGit.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SparkleLib/Git/SparkleFetcherGit.cs b/SparkleLib/Git/SparkleFetcherGit.cs index 1c1f8a70..0162b451 100644 --- a/SparkleLib/Git/SparkleFetcherGit.cs +++ b/SparkleLib/Git/SparkleFetcherGit.cs @@ -117,7 +117,6 @@ namespace SparkleLib { // Add user info - string n = Environment.NewLine; XmlDocument xml = new XmlDocument(); xml.Load (global_config_file_path);