Turn llassert[_always] into a (single) statement and print line nr in decimal.

This commit is contained in:
Aleric Inglewood
2012-06-30 15:41:24 +02:00
parent 26922a1578
commit cb5efad026
5 changed files with 6 additions and 6 deletions

View File

@@ -251,7 +251,7 @@ bool LLQueuedThread::addRequest(QueuedRequest* req)
// MAIN thread
bool LLQueuedThread::waitForResult(LLQueuedThread::handle_t handle, bool auto_complete)
{
llassert (handle != nullHandle())
llassert (handle != nullHandle());
bool res = false;
bool waspaused = isPaused();
bool done = false;