Fix typo in platform test for CEF version

master
Callum Prentice 2016-05-26 13:50:24 -07:00
parent 70a38880fa
commit 08b8e053f4
1 changed files with 1 additions and 1 deletions

View File

@ -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";