From 15b1d22d68c4da0904f89af2cc509f0d59f5dac7 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 10 Mar 2021 02:51:03 +0000 Subject: Fix cleanup in previous commit git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4047 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/specialty/ppmshift.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/specialty/ppmshift.c') diff --git a/editor/specialty/ppmshift.c b/editor/specialty/ppmshift.c index 85b33f3a..27cbb78c3 100644 --- a/editor/specialty/ppmshift.c +++ b/editor/specialty/ppmshift.c @@ -93,7 +93,7 @@ shiftRow(pixel * const srcrow, pixel * pP; pixel * pP2; - unsigned int nowshift; + int nowshift; if (shift != 0) nowshift = (pm_rand(randStP) % (shift+1)) - ((shift+1) / 2); -- cgit 1.4.1