Skip to content
Snippets Groups Projects
Commit f87a49fa authored by Richard Linden's avatar Richard Linden
Browse files

BUILDFIX: bad quotes

parent ff0764b2
No related branches found
No related tags found
No related merge requests found
...@@ -649,7 +649,7 @@ void LLPrimitive::addVelocity(const LLVector3& vel) ...@@ -649,7 +649,7 @@ void LLPrimitive::addVelocity(const LLVector3& vel)
} }
else else
{ {
LL_ERRS() << Non Finite in LLPrimitive::addVelocity" << LL_ENDL; LL_ERRS() << "Non Finite in LLPrimitive::addVelocity" << LL_ENDL;
} }
} }
......
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