about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-24 18:19:43 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-24 18:19:43 +0000
commitb314b39448442f6563054e42edabfc384815806f (patch)
treeebc284c77aced81a4669782e45bd99650ca45619
parent958d2b758ce55a01af8f926c5a6c450ba2620805 (diff)
downloadnetpbm-mirror-b314b39448442f6563054e42edabfc384815806f.tar.gz
netpbm-mirror-b314b39448442f6563054e42edabfc384815806f.tar.xz
netpbm-mirror-b314b39448442f6563054e42edabfc384815806f.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@176 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--editor/pnmcrop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pnmcrop.c b/editor/pnmcrop.c
index 87fd14b3..848fe485 100644
--- a/editor/pnmcrop.c
+++ b/editor/pnmcrop.c
@@ -189,7 +189,7 @@ computeBackground(FILE *         const ifP,
                   xelval         const maxval,
                   int            const format,
                   enum bg_choice const backgroundChoice,
-                  int            const verbose) {
+                  bool           const verbose) {
 /*----------------------------------------------------------------------------
    Determine what color is the background color of the image in file
    *ifP, which is described by 'cols', 'rows', 'maxval', and 'format'.