diff options
author | Callum Prentice <callum@lindenlab.com> | 2016-05-26 13:50:24 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2016-05-26 13:50:24 -0700 |
commit | 08b8e053f49cd2cce2f3e8c6f2d4f01b04fc8fc0 (patch) | |
tree | cec7809bc630a08d62d56a645f644369b761442a /indra/newview/llappviewer.cpp | |
parent | 70a38880faca24a9ed0a67606ef6bfd278ccd624 (diff) |
Fix typo in platform test for CEF version
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
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"; |