diff --git a/indra/newview/llgiveinventory.cpp b/indra/newview/llgiveinventory.cpp
index 4a13e1e5046fc74360c12790441de32d51a16ba5..aebf1b4c26dfa6318d64b2ba1e3be1aa38c40fdc 100644
--- a/indra/newview/llgiveinventory.cpp
+++ b/indra/newview/llgiveinventory.cpp
@@ -347,8 +347,8 @@ bool LLGiveInventory::handleCopyProtectedItem(const LLSD& notification, const LL
 			{
 				LLNotificationsUtil::add("CannotGiveItem");
 			}
-			break;
 		}
+		break;
 
 	default: // no, cancel, whatever, who cares, not yes.
 		LLNotificationsUtil::add("TransactionCancelled");