From 442b38081483f6abbc580083f0e6d85328dd69be Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 1 Nov 2007 03:33:53 +0000 Subject: Fix compile bug git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@443 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/ppmcmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ppmcmap.h') diff --git a/lib/ppmcmap.h b/lib/ppmcmap.h index af33b178..a39d27c0 100644 --- a/lib/ppmcmap.h +++ b/lib/ppmcmap.h @@ -121,7 +121,7 @@ int ppm_addtocolorrow(pixel * const colorrow, int * const ncolorsP, int const maxcolors, - pixel * const pixelP)x; + pixel * const pixelP); int ppm_findclosestcolor(const pixel * const colormap, -- cgit 1.4.1