diff --git a/indra/newview/lltoastpanel.cpp b/indra/newview/lltoastpanel.cpp
index 9cc51a93eb3fd3240b0983782a8fc9729eaabaee..908243508485bf31ad81df9297b237a8b40ba644 100644
--- a/indra/newview/lltoastpanel.cpp
+++ b/indra/newview/lltoastpanel.cpp
@@ -128,7 +128,6 @@ LLToastPanel* LLToastPanel::buidPanelFromNotification(
 		{
 			res = new ALPanelRadarAlert(notification);
 		}
-		}
 		// in all other case we use generic tip panel
 		else
 		{