summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2016-05-26 13:50:24 -0700
committerCallum Prentice <callum@lindenlab.com>2016-05-26 13:50:24 -0700
commit08b8e053f49cd2cce2f3e8c6f2d4f01b04fc8fc0 (patch)
treecec7809bc630a08d62d56a645f644369b761442a /indra
parent70a38880faca24a9ed0a67606ef6bfd278ccd624 (diff)
Fix typo in platform test for CEF version
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index c2c2364c96..c8153cabda 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3341,7 +3341,7 @@ LLSD LLAppViewer::getViewerInfo() const
info["VOICE_VERSION"] = LLTrans::getString("NotConnected");
}
-#if LL_LINUX
+#if !LL_LINUX
info["LLCEFLIB_VERSION"] = LLCEFLIB_VERSION;
#else
info["LLCEFLIB_VERSION"] = "Undefined";