diff options
author | Cinders <cinder.roxley@phoenixviewer.com> | 2013-07-15 14:24:59 -0600 |
---|---|---|
committer | Cinders <cinder.roxley@phoenixviewer.com> | 2013-07-15 14:24:59 -0600 |
commit | e12b6caaa0596eae2fad43636663dd4e14a1949c (patch) | |
tree | d5f911bf487f6e14a20a271e9a2989cdf6e6fa8b | |
parent | cc18896faf3944a4725fe4c705db5e8c0370f8c2 (diff) |
Remove trivial duplicate ; at the end of a line
-rwxr-xr-x | indra/newview/llviewermessage.cpp | 2 |
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; |