summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/tests/llviewerassetstats_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/tests/llviewerassetstats_test.cpp b/indra/newview/tests/llviewerassetstats_test.cpp
index ba760c0695..56d2004c17 100755
--- a/indra/newview/tests/llviewerassetstats_test.cpp
+++ b/indra/newview/tests/llviewerassetstats_test.cpp
@@ -49,8 +49,8 @@ void LLVOAvatar::getNearbyRezzedStats(std::vector<S32>& counts)
std::string LLVOAvatar::rezStatusToString(S32 rez_status)
{
if (rez_status==0) return "cloud";
- if (rez_status=1) return "gray";
- if (rez_status=2) return "textured";
+ if (rez_status==1) return "gray";
+ if (rez_status==2) return "textured";
return "unknown";
}