From 73042f8cfcc80df50ff75a84d888c8c33dbaad41 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 28 May 2010 23:26:31 -0700 Subject: Fixed llendl to llendl; in llprimitive.cpp --- linden/indra/llprimitive/llprimitive.cpp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'linden') diff --git a/linden/indra/llprimitive/llprimitive.cpp b/linden/indra/llprimitive/llprimitive.cpp index 3ad4ad8..009e6b2 100644 --- a/linden/indra/llprimitive/llprimitive.cpp +++ b/linden/indra/llprimitive/llprimitive.cpp @@ -310,7 +310,7 @@ S32 LLPrimitive::setTETexture(const U8 te, const LLUUID &tex_id) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -322,7 +322,7 @@ S32 LLPrimitive::setTEColor(const U8 te, const LLColor4 &color) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -334,7 +334,7 @@ S32 LLPrimitive::setTEColor(const U8 te, const LLColor3 &color) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -346,7 +346,7 @@ S32 LLPrimitive::setTEAlpha(const U8 te, const F32 alpha) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -465,7 +465,7 @@ S32 LLPrimitive::setTEBumpShinyFullbright(const U8 te, const U8 bump) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -477,7 +477,7 @@ S32 LLPrimitive::setTEMediaTexGen(const U8 te, const U8 media) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -489,7 +489,7 @@ S32 LLPrimitive::setTEBumpmap(const U8 te, const U8 bump) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -501,7 +501,7 @@ S32 LLPrimitive::setTEBumpShiny(const U8 te, const U8 bump_shiny) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -513,7 +513,7 @@ S32 LLPrimitive::setTETexGen(const U8 te, const U8 texgen) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -525,7 +525,7 @@ S32 LLPrimitive::setTEShiny(const U8 te, const U8 shiny) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -537,7 +537,7 @@ S32 LLPrimitive::setTEFullbright(const U8 te, const U8 fullbright) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -549,7 +549,7 @@ S32 LLPrimitive::setTEMediaFlags(const U8 te, const U8 media_flags) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } @@ -561,7 +561,7 @@ S32 LLPrimitive::setTEGlow(const U8 te, const F32 glow) // if we're asking for a non-existent face, return null if (te >= mNumTEs) { - llwarns << "setting non-existent te " << te << llendl + llwarns << "setting non-existent te " << te << llendl; return 0; } -- cgit v1.1