about summary refs log tree commit diff
path: root/converter/other/pnmtojpeg.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-10-01 17:12:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-10-01 17:12:42 +0000
commitb31e75a79a6f096f3462292fd48494035f0be0fe (patch)
tree68d7af8b0bd1c78f8c93dcddd1a7e24a36e11700 /converter/other/pnmtojpeg.c
parent118ba884419d79e5bd2dd83a1e1a40b99ac64f65 (diff)
downloadnetpbm-mirror-b31e75a79a6f096f3462292fd48494035f0be0fe.tar.gz
netpbm-mirror-b31e75a79a6f096f3462292fd48494035f0be0fe.tar.xz
netpbm-mirror-b31e75a79a6f096f3462292fd48494035f0be0fe.zip
Fix prototypes that don't literally match definitions, for Irix compiler
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@77 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pnmtojpeg.c')
-rw-r--r--converter/other/pnmtojpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pnmtojpeg.c b/converter/other/pnmtojpeg.c
index a0262331..9a247633 100644
--- a/converter/other/pnmtojpeg.c
+++ b/converter/other/pnmtojpeg.c
@@ -334,7 +334,7 @@ static void
 compute_rescaling_array(JSAMPLE ** const rescale_p, const pixval maxval,
                         const struct jpeg_compress_struct cinfo);
 static void
-convert_scanlines(struct jpeg_compress_struct *cinfo_p, FILE *input_file,
+convert_scanlines(struct jpeg_compress_struct * const cinfo_p, FILE * const input_file,
                   const pixval maxval, const int input_fmt,
                   JSAMPLE xlate_table[]);