From 32a52f69304d2d70c583d22c5f0f2b9747280b6b Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 29 Oct 2008 18:09:31 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@766 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/ppmcmap.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/ppmcmap.h') diff --git a/lib/ppmcmap.h b/lib/ppmcmap.h index a39d27c0..dd3e5c14 100644 --- a/lib/ppmcmap.h +++ b/lib/ppmcmap.h @@ -36,10 +36,10 @@ ppm_computecolorhist2(FILE * const ifp, const int maxcolors, int * const colorsP ); void -ppm_addtocolorhist( colorhist_vector chv, - int * const colorsP, const int maxcolors, - const pixel * const colorP, - const int value, const int position ); +ppm_addtocolorhist(colorhist_vector chv, + int * const colorsP, const int maxcolors, + const pixel * const colorP, + const int value, const int position ); void ppm_freecolorhist(colorhist_vector const chv); -- cgit 1.4.1