about summary refs log tree commit diff
path: root/lib/ppmcmap.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-11-01 03:33:53 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-11-01 03:33:53 +0000
commit442b38081483f6abbc580083f0e6d85328dd69be (patch)
tree21b27dec42f90777e54fb7f79fe9836a23cde71b /lib/ppmcmap.h
parenta0c19101ff9d0653f7942da9df73440908723864 (diff)
downloadnetpbm-mirror-442b38081483f6abbc580083f0e6d85328dd69be.tar.gz
netpbm-mirror-442b38081483f6abbc580083f0e6d85328dd69be.tar.xz
netpbm-mirror-442b38081483f6abbc580083f0e6d85328dd69be.zip
Fix compile bug
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@443 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/ppmcmap.h')
-rw-r--r--lib/ppmcmap.h2
1 files changed, 1 insertions, 1 deletions
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,