From 52bd13e1f5cd661ff359e36be8c0496d06c19d1c Mon Sep 17 00:00:00 2001
From: Monroe Linden <monroe@lindenlab.com>
Date: Wed, 27 Jan 2010 17:21:16 -0800
Subject: [PATCH] Fix for broken mac build (surplus comma in the LLToolBar
 constructor initializers).

---
 indra/newview/lltoolbar.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/lltoolbar.cpp b/indra/newview/lltoolbar.cpp
index 6df574a21ae..e7dc7ae522c 100644
--- a/indra/newview/lltoolbar.cpp
+++ b/indra/newview/lltoolbar.cpp
@@ -100,7 +100,7 @@ LLToolBar::LLToolBar()
 	mInventoryAutoOpen(FALSE),
 	mNumUnreadIMs(0)	
 #if LL_DARWIN
-	, mResizeHandle(NULL),
+	, mResizeHandle(NULL)
 #endif // LL_DARWIN
 {
 	setIsChrome(TRUE);
-- 
GitLab