summaryrefslogtreecommitdiff
path: root/graphics/magicpoint/patches/patch-as
blob: a44a85fdddd2dab82e5e66316a6303523078bc38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-as,v 1.1 2008/09/10 13:32:48 taca Exp $

--- image/bright.c.orig	1998-12-28 17:22:53.000000000 +0900
+++ image/bright.c
@@ -248,6 +248,7 @@ Image *normalize(image, verbose)
 
 void gray(image, verbose)
      Image *image;
+     int verbose;
 { int a;
   unsigned int size;
   Intensity intensity, red, green, blue;