From 0ffaf25e7599391841508fbac769bc3b544930a5 Mon Sep 17 00:00:00 2001
From: Ima Mechanique <ima.mechanique@secondlife.com>
Date: Tue, 15 Oct 2013 21:46:24 +0100
Subject: [PATCH] STORM-1831 Removing unnecessary semi-colon

---
 indra/llui/llkeywords.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llui/llkeywords.h b/indra/llui/llkeywords.h
index 6889b953399..77a12bc1e5a 100755
--- a/indra/llui/llkeywords.h
+++ b/indra/llui/llkeywords.h
@@ -193,7 +193,7 @@ class LLKeywords
 	std::string	getArguments(LLSD& args);
 
 private:
-	BOOL		ready() { return mReady; };
+	BOOL		ready() { return mReady; }
 	BOOL		mReady;
 	std::string	mFilenameSyntax;
 };
-- 
GitLab