about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other')
-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 "