From b0c64d5cbfdeda9a1bbc2fbc63a9afca397b49f1 Mon Sep 17 00:00:00 2001
From: Rider Linden <none@none>
Date: Wed, 29 Apr 2015 09:30:37 -0700
Subject: Forgot a ';'

---
 indra/llxml/llcontrol.h             | 2 +-
 indra/newview/llmediadataclient.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/llxml/llcontrol.h b/indra/llxml/llcontrol.h
index 04575d81e0..8116adeae2 100755
--- a/indra/llxml/llcontrol.h
+++ b/indra/llxml/llcontrol.h
@@ -256,7 +256,7 @@ public:
 		}
 		else
 		{
-			LL_WARNS() << "Control " << name << " not found." << LL_ENDL;
+			LL_WARNS_ONCE() << "Control " << name << " not found." << LL_ENDL;
 			return T();
 		}
 		return convert_from_llsd<T>(value, type, name);
diff --git a/indra/newview/llmediadataclient.cpp b/indra/newview/llmediadataclient.cpp
index ac742e0ce6..f996e7b26e 100755
--- a/indra/newview/llmediadataclient.cpp
+++ b/indra/newview/llmediadataclient.cpp
@@ -468,7 +468,7 @@ BOOL LLMediaDataClient::RetryTimer::tick()
 	}
 	
 	// Release the ref to the request.
-    mRequest.reset()
+    mRequest.reset();
 
 	// Don't fire again
 	return TRUE;
-- 
cgit v1.2.3