about summary refs log tree commit diff
path: root/converter/other/xwdtopnm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-06-28 14:16:53 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-06-28 14:16:53 +0000
commitc283a39cc753085273475d5832cf266e43e1738e (patch)
treeadfa70320fdbb9b7f1c1d1ca6fa2e3675048490a /converter/other/xwdtopnm.c
parentc30e8f50a4b32c390ea23d6e46932d97762f3a43 (diff)
downloadnetpbm-mirror-c283a39cc753085273475d5832cf266e43e1738e.tar.gz
netpbm-mirror-c283a39cc753085273475d5832cf266e43e1738e.tar.xz
netpbm-mirror-c283a39cc753085273475d5832cf266e43e1738e.zip
Don't use uint
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@342 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/xwdtopnm.c')
-rw-r--r--converter/other/xwdtopnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/xwdtopnm.c b/converter/other/xwdtopnm.c
index 1d8e1b64..357db323 100644
--- a/converter/other/xwdtopnm.c
+++ b/converter/other/xwdtopnm.c
@@ -852,7 +852,7 @@ pixelReader_init(pixelReader *  const pixelReaderP,
 static void
 pixelReader_term(pixelReader * const pixelReaderP) {
 
-    uint remainingByteCount;
+    unsigned int remainingByteCount;
 
     if (pixelReaderP->nBitsLeft > 0)
         pm_message("Warning: %u unused bits left in the pixel reader "