summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2015-10-27 15:15:34 -0700
committerAura Linden <aura@lindenlab.com>2015-10-27 15:15:34 -0700
commit97374a5362f097afd3027ea51757de2e36af4798 (patch)
treed8873f7076c0858c80faec7a3bf8d398c8d99c60 /indra/newview/llappviewer.cpp
parent2f6166a5a4f8d5be679cef0699142c4ef061fb55 (diff)
Fixes SL-202 joint offset and skin weight import. Race condition still exists.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-xindra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index fbf2a04bcc..bf16c12ce0 100755
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -2784,7 +2784,7 @@ bool LLAppViewer::initConfiguration()
//
gWindowTitle = LLTrans::getString("APP_NAME");
#if LL_DEBUG
- gWindowTitle += std::string(" [DEBUG]")
+ gWindowTitle += std::string(" [DEBUG]");
#endif
if (!gArgs.empty())
{