blob: 3d8e86cf1ff6e064bca947384a10a1f0f0f067c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aw,v 1.1 2008/09/10 13:32:48 taca Exp $
--- image/smooth.c.orig 1998-02-13 16:49:04.000000000 +0900
+++ image/smooth.c
@@ -74,6 +74,7 @@ static Image *doSmooth(image)
Image *smooth(image, iterations, verbose)
Image *image;
+ int iterations;
int verbose;
{ int a;
Image *old, *new;
|