about summary refs log tree commit diff
path: root/converter/other/pnmtops.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-12-25 21:18:41 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-12-25 21:18:41 +0000
commit6e88e3326cb0c7f7975b56189278cab3f84ba1bd (patch)
tree4f725e8223ce4c62ba4455b0690ee2e2f9f9cc8f /converter/other/pnmtops.c
parentec90fbed51190f7829284be2cdc5e64d3edaef8d (diff)
downloadnetpbm-mirror-6e88e3326cb0c7f7975b56189278cab3f84ba1bd.tar.gz
netpbm-mirror-6e88e3326cb0c7f7975b56189278cab3f84ba1bd.tar.xz
netpbm-mirror-6e88e3326cb0c7f7975b56189278cab3f84ba1bd.zip
Release 10.35.98
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@2667 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pnmtops.c')
-rw-r--r--converter/other/pnmtops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pnmtops.c b/converter/other/pnmtops.c
index d2280557..fb4d7648 100644
--- a/converter/other/pnmtops.c
+++ b/converter/other/pnmtops.c
@@ -1145,7 +1145,7 @@ convertPage(FILE * const ifP,
             bool   const dict,
             bool   const vmreclaim,
             bool   const levelIsGiven,
-            bool   const levelGiven) {
+            unsigned int const levelGiven) {
     
     struct pam inpam;
     tuple* tuplerow;