Forgot a ';'

master
Rider Linden 2015-04-29 09:30:37 -07:00
parent 56d6e32b45
commit b0c64d5cbf
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -468,7 +468,7 @@ BOOL LLMediaDataClient::RetryTimer::tick()
}
// Release the ref to the request.
mRequest.reset()
mRequest.reset();
// Don't fire again
return TRUE;