summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-07-31 11:49:34 -0700
committerRichard Linden <none@none>2013-07-31 11:49:34 -0700
commitf87a49fad9aad163d0dcb98fa0ab571796d3fa7b (patch)
treefe23e967ee572f61f905a655f45f7d5d297494b8 /indra
parentff0764b25017ab6a56e1000386b6abf7087d103c (diff)
BUILDFIX: bad quotes
Diffstat (limited to 'indra')
-rwxr-xr-xindra/llprimitive/llprimitive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/llprimitive.h b/indra/llprimitive/llprimitive.h
index 9edbbff34c..cdb3f273c2 100755
--- a/indra/llprimitive/llprimitive.h
+++ b/indra/llprimitive/llprimitive.h
@@ -649,7 +649,7 @@ void LLPrimitive::addVelocity(const LLVector3& vel)
}
else
{
- LL_ERRS() << Non Finite in LLPrimitive::addVelocity" << LL_ENDL;
+ LL_ERRS() << "Non Finite in LLPrimitive::addVelocity" << LL_ENDL;
}
}