summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCinders <cinder.roxley@phoenixviewer.com>2013-07-15 14:24:59 -0600
committerCinders <cinder.roxley@phoenixviewer.com>2013-07-15 14:24:59 -0600
commite12b6caaa0596eae2fad43636663dd4e14a1949c (patch)
treed5f911bf487f6e14a20a271e9a2989cdf6e6fa8b
parentcc18896faf3944a4725fe4c705db5e8c0370f8c2 (diff)
Remove trivial duplicate ; at the end of a line
-rwxr-xr-xindra/newview/llviewermessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index ace16396db..a71ccce89b 100755
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -6895,7 +6895,7 @@ bool handle_lure_callback(const LLSD& notification, const LLSD& response)
std::string target_name;
gCacheName->getFullName(target_id, target_name); // for im log filenames
LLSD args;
- args["TO_NAME"] = LLSLURL("agent", target_id, "displayname").getSLURLString();;
+ args["TO_NAME"] = LLSLURL("agent", target_id, "displayname").getSLURLString();
LLSD payload;