From 0cb805a50130e07d718cbf820e1e85ec9b688c03 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 29 Mar 2015 22:56:28 +0000 Subject: Fix compile error from yesterday git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2438 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/specialty/pgmmorphconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/specialty') diff --git a/editor/specialty/pgmmorphconv.c b/editor/specialty/pgmmorphconv.c index d6cac51d..2ba2d62d 100644 --- a/editor/specialty/pgmmorphconv.c +++ b/editor/specialty/pgmmorphconv.c @@ -295,7 +295,7 @@ closeMorph(bit ** const template, static void subtract(gray ** const subtrahendImage, - gray ** const substractorIImage, + gray ** const subtractorImage, gray ** const outImage, unsigned int const rows, unsigned int const cols ) { -- cgit 1.4.1