diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-02 09:56:03 +0000 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-02 09:56:03 +0000 | 
| commit | 0c6cf6fa784d67168d0accd664a312ca76e4f2fa (patch) | |
| tree | 3b786796b73d1fc33ab6c147941f16d0dfa29abf | |
| parent | 1394d21b7a525c4cbe6780dbd478d3bf2f946fa3 (diff) | |
CID-435
Checker: MISSING_BREAK
Function: friendship_offer_callback(const LLSD &, const LLSD &)
File: /indra/newview/llviewermessage.cpp
not-a-bug
| -rw-r--r-- | indra/newview/llviewermessage.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index b36f58f8ff..ae31c9732c 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -207,6 +207,7 @@ bool friendship_offer_callback(const LLSD& notification, const LLSD& response)  		LLNotificationsUtil::add("FriendshipDeclinedByMe",  				notification["substitutions"], payload);  	} +	// fall-through  	case 2: // Send IM - decline and start IM session  		{  			// decline | 
