From 29480bfdfdbf944a7ea09a70c4c3b7d9f8943b1a Mon Sep 17 00:00:00 2001 From: tth Date: Tue, 20 Oct 2020 00:09:20 +0200 Subject: [PATCH] oups again... --- funcs/contour2x2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/funcs/contour2x2.c b/funcs/contour2x2.c index 0c3add9..52bc00b 100644 --- a/funcs/contour2x2.c +++ b/funcs/contour2x2.c @@ -9,7 +9,7 @@ #include "../floatimg.h" -int verbosity; +extern int verbosity; /* --------------------------------------------------------------------- */ /* nouveau 4 octobre 2020, juste avant sonoptic de la pluie craignos */ @@ -41,7 +41,6 @@ if (fimg_images_not_compatible(psrc, pdst)) { return -8; } - if (reverse) { v1 = 0.0; v2 = 1.0; }