From 70000e0b1e43c510b4fd880284b77adaa3302ffc Mon Sep 17 00:00:00 2001
From: Vadim Savchuk <vsavchuk@productengine.com>
Date: Thu, 4 Mar 2010 17:08:21 +0200
Subject: [PATCH] Fixed Win build.

--HG--
branch : product-engine
---
 indra/llcommon/llsys.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp
index 36fec973b3b..0ed700b9da8 100644
--- a/indra/llcommon/llsys.cpp
+++ b/indra/llcommon/llsys.cpp
@@ -783,10 +783,9 @@ S32 LLDisplayInfo::getDisplayWidth() const
 	return 1024; //*FIXME
 #elif LL_SOLARIS
 	return 1024; //*FIXME
-else
+#else
 	return 1024; //*FIXME
 #endif
-	return 1024; // to make compiler happy
 }
 
 S32 LLDisplayInfo::getDisplayHeight() const
@@ -800,7 +799,6 @@ S32 LLDisplayInfo::getDisplayHeight() const
 #else
 	return 768; //*FIXME
 #endif
-	return 768; // to make compiler happy
 }
 
 
-- 
GitLab