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