about summary refs log tree commit diff
path: root/converter/bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/bmp.h')
-rw-r--r--converter/bmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/bmp.h b/converter/bmp.h
index 6a883394..524bbf7e 100644
--- a/converter/bmp.h
+++ b/converter/bmp.h
@@ -105,8 +105,8 @@ BMPCompTypeName(BMPCompType const compression) {
     case BMPCOMP_RLE4:      return "4 bit run-length coding";
     case BMPCOMP_RLE8:      return "8 bit run-length coding";
     case BMPCOMP_BITFIELDS: return "none (bitfields)";
-    case BMPCOMP_JPEG:      return "JPEG (not supported)";
-    case BMPCOMP_PNG:       return "PNG (not supported)";   
+    case BMPCOMP_JPEG:      return "JPEG";
+    case BMPCOMP_PNG:       return "PNG";   
     }
     return 0;  /* Default compiler warning */
 }