about summary refs log tree commit diff
path: root/converter/other/cameratopam/ljpeg.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-16 02:49:34 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-16 02:49:34 +0000
commitb649804cfddd20cf31630f99fe6af4c710085a27 (patch)
tree179911c5f84975b4a9a063db6d0a7dd11f8a6811 /converter/other/cameratopam/ljpeg.c
parentcc8c48fb587dd5ae6e89b66ae96c8cfcefc5b44e (diff)
downloadnetpbm-mirror-b649804cfddd20cf31630f99fe6af4c710085a27.tar.gz
netpbm-mirror-b649804cfddd20cf31630f99fe6af4c710085a27.tar.xz
netpbm-mirror-b649804cfddd20cf31630f99fe6af4c710085a27.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2281 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/cameratopam/ljpeg.c')
-rw-r--r--converter/other/cameratopam/ljpeg.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/converter/other/cameratopam/ljpeg.c b/converter/other/cameratopam/ljpeg.c
index 18423f4f..29e4ff98 100644
--- a/converter/other/cameratopam/ljpeg.c
+++ b/converter/other/cameratopam/ljpeg.c
@@ -87,9 +87,10 @@ ljpeg_row (struct jhead *jh)
     }
 }
 
+
 void  
-lossless_jpeg_load_raw(void)
-{
+lossless_jpeg_load_raw(Image const image) {
+
   int jwide, jrow, jcol, val, jidx, i, row, col;
   struct jhead jh;
   int min=INT_MAX;