diff options
Diffstat (limited to 'converter')
-rw-r--r-- | converter/other/pamtosvg/pamtosvg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtosvg/pamtosvg.c b/converter/other/pamtosvg/pamtosvg.c index 31597a4a..84d67948 100644 --- a/converter/other/pamtosvg/pamtosvg.c +++ b/converter/other/pamtosvg/pamtosvg.c @@ -27,7 +27,7 @@ readImageToBitmap(FILE * const ifP, at_bitmap_type * bitmapP; struct pam pam; tuple ** tuples; - uint row; + unsigned int row; tuple * row255; MALLOCVAR_NOFAIL(bitmapP); |