about summary refs log tree commit diff
path: root/converter/other/pamtodjvurle.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtodjvurle.c')
-rw-r--r--converter/other/pamtodjvurle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtodjvurle.c b/converter/other/pamtodjvurle.c
index ae35e81d..fecf410e 100644
--- a/converter/other/pamtodjvurle.c
+++ b/converter/other/pamtodjvurle.c
@@ -179,7 +179,7 @@ writeRleRun(FILE *       const ofP,
   
   'transcolor' is a 3-deep tuple with the same maxval as the image.
 -----------------------------------------------------------------------------*/
-    uint32n rlevalue;         /* RLE-encoded color/valuex */
+    uint32_t rlevalue;         /* RLE-encoded color/valuex */
     int index;
 
     if (count > 0) {