texture compression: getting warmer
diff --git a/progs/tests/texcmp.c b/progs/tests/texcmp.c
index dc6a96c..fe3f58c 100644
--- a/progs/tests/texcmp.c
+++ b/progs/tests/texcmp.c
@@ -37,6 +37,8 @@
 static const char *TextureName (GLenum TC)
 {
  switch (TC) {
+        case GL_RGB:
+             return "RGB";
         case GL_RGBA:
              return "RGBA";
         case GL_COMPRESSED_RGB: