Skip to content
Snippets Groups Projects
Commit b0c64d5c authored by Rider Linden's avatar Rider Linden
Browse files

Forgot a ';'

parent 56d6e32b
No related branches found
No related tags found
No related merge requests found
...@@ -256,7 +256,7 @@ class LLControlGroup : public LLInstanceTracker<LLControlGroup, std::string> ...@@ -256,7 +256,7 @@ class LLControlGroup : public LLInstanceTracker<LLControlGroup, std::string>
} }
else else
{ {
LL_WARNS() << "Control " << name << " not found." << LL_ENDL; LL_WARNS_ONCE() << "Control " << name << " not found." << LL_ENDL;
return T(); return T();
} }
return convert_from_llsd<T>(value, type, name); return convert_from_llsd<T>(value, type, name);
......
...@@ -468,7 +468,7 @@ BOOL LLMediaDataClient::RetryTimer::tick() ...@@ -468,7 +468,7 @@ BOOL LLMediaDataClient::RetryTimer::tick()
} }
// Release the ref to the request. // Release the ref to the request.
mRequest.reset() mRequest.reset();
// Don't fire again // Don't fire again
return TRUE; return TRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment