summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-03-04 17:08:21 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-03-04 17:08:21 +0200
commit70000e0b1e43c510b4fd880284b77adaa3302ffc (patch)
treeb8609a694298b73a8507c131b74a933d4c9c91d1 /indra
parent99f5cc81519ce98f63531fae2782c0077553a4e8 (diff)
Fixed Win build.
--HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llsys.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp
index 36fec973b3..0ed700b9da 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
}