summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llsys.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp
index cb91a54f11..0ed700b9da 100644
--- a/indra/llcommon/llsys.cpp
+++ b/indra/llcommon/llsys.cpp
@@ -783,7 +783,7 @@ S32 LLDisplayInfo::getDisplayWidth() const
return 1024; //*FIXME
#elif LL_SOLARIS
return 1024; //*FIXME
-else
+#else
return 1024; //*FIXME
#endif
}
@@ -799,7 +799,6 @@ S32 LLDisplayInfo::getDisplayHeight() const
#else
return 768; //*FIXME
#endif
-
}