[longomatch] Fix more typos again, arggg



commit ac87378368f03d277db17c58692d4567c647b8fb
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Sep 7 17:10:04 2012 +0200

    Fix more typos again, arggg

 LongoMatch.Services/Services/Core.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/Core.cs b/LongoMatch.Services/Services/Core.cs
index 2d87aa8..b4f5396 100644
--- a/LongoMatch.Services/Services/Core.cs
+++ b/LongoMatch.Services/Services/Core.cs
@@ -155,7 +155,7 @@ namespace LongoMatch.Services
 			string home;
 			
 			if (Environment.OSVersion.Platform == PlatformID.MacOSX ||
-				Environment.OSVersion.Platform == PlatformID.Win32NT) {
+				Environment.OSVersion.Platform == PlatformID.Win32NT)
 				Config.baseDirectory = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory,"../");
 			else
 				Config.baseDirectory = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory,"../../");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]