diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp
index 02f1b223c2ad75cfe8c5e72ea8648d9a12558cd0..f331c533fd03e100f43dc9f350f458f800dd1c03 100644
--- a/indra/llimage/llimage.cpp
+++ b/indra/llimage/llimage.cpp
@@ -1402,7 +1402,7 @@ void LLImageRaw::copyScaled( LLImageRaw* src )
 bool LLImageRaw::scale( S32 new_width, S32 new_height, bool scale_image_data )
 {
     S32 components = getComponents();
-	if (! ((1 == components) || (3 == components) || (4 == components) )
+	if (! ((1 == components) || (3 == components) || (4 == components) ))
     {
         LL_WARNS() << "Invalid getComponents value (" << components << ")" << LL_ENDL;
         return false;