about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-05-08 21:09:08 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-05-08 21:09:08 +0000
commitc8c9f47432488ff8a25c446f3f2a244b455659da (patch)
tree3b53e874ec35006944c5ed744abc866e770c16b1 /converter/other
parentce42f77763f0e20e34e78b18872e92db1224ca5c (diff)
downloadnetpbm-mirror-c8c9f47432488ff8a25c446f3f2a244b455659da.tar.gz
netpbm-mirror-c8c9f47432488ff8a25c446f3f2a244b455659da.tar.xz
netpbm-mirror-c8c9f47432488ff8a25c446f3f2a244b455659da.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2768 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/bmptopnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/bmptopnm.c b/converter/other/bmptopnm.c
index a6c2a9af..c5a77c2d 100644
--- a/converter/other/bmptopnm.c
+++ b/converter/other/bmptopnm.c
@@ -634,7 +634,7 @@ bmpReadinfoheader(FILE *                 const ifP,
 
 static void
 bmpReadColormap(FILE *         const ifP, 
-                int            const class, 
+                enum bmpClass  const class, 
                 xel **         const colormapP, 
                 unsigned int   const cmapsize,
                 unsigned int * const bytesReadP) {