Files
2013-09-26 17:14:40 +02:00

13 lines
330 B
Plaintext

$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;