summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-12-21 10:45:47 -0800
committerGilbert Gonzales <gilbert@lindenlab.com>2012-12-21 10:45:47 -0800
commited61957b39435db775445f7344cbf1252270eb74 (patch)
tree19007496e1a31c34b871878a24c10729ace72f32 /indra/newview/llimview.cpp
parent9ea83e76f67406755a3a1ca5a8ac1d544e157e43 (diff)
parent6df0377d1dd810cc1656c6c2664af2c7c87705fc (diff)
merging in latest changes
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index cdc51ad2fc..708400cbe1 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -964,7 +964,7 @@ const std::string LLIMModel::getName(const LLUUID& session_id) const
{
LLIMSession* session = findIMSession(session_id);
- if (!session)
+ if (!session)
{
llwarns << "session " << session_id << "does not exist " << llendl;
return LLTrans::getString("no_session_message");