about summary refs log tree commit diff
path: root/converter/other/sgi.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-06-26 03:31:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-06-26 03:31:11 +0000
commit53a6f5e4b641007ecf6029a0f0e46c8d5407bd61 (patch)
treed3d93c4c7c4083d7ba375c14a784c29d2c8ded47 /converter/other/sgi.h
parenta6c2d00ca318928ab1b7a1962396429a0dec180d (diff)
downloadnetpbm-mirror-53a6f5e4b641007ecf6029a0f0e46c8d5407bd61.tar.gz
netpbm-mirror-53a6f5e4b641007ecf6029a0f0e46c8d5407bd61.tar.xz
netpbm-mirror-53a6f5e4b641007ecf6029a0f0e46c8d5407bd61.zip
Remove ambiguous, incorrect use of 'support'
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2212 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/sgi.h')
-rw-r--r--converter/other/sgi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/converter/other/sgi.h b/converter/other/sgi.h
index b9118dc4..2f57f52d 100644
--- a/converter/other/sgi.h
+++ b/converter/other/sgi.h
@@ -25,9 +25,9 @@ typedef struct {
 #define STORAGE_RLE         1
 
 #define CMAP_NORMAL         0
-#define CMAP_DITHERED       1   /* not supported */
-#define CMAP_SCREEN         2   /* not supported */
-#define CMAP_COLORMAP       3   /* not supported */
+#define CMAP_DITHERED       1   /* can't handle this */
+#define CMAP_SCREEN         2   /* can't handle this */
+#define CMAP_COLORMAP       3   /* can't handle this */
 
 #endif