about summary refs log tree commit diff
path: root/converter/other/cameratopam
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-19 07:07:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-19 07:07:11 +0000
commit8f3545ad1087e4466feff3bb4c308dcece9077be (patch)
tree8a4e055b97c80fdcde1fd518fdd2d05302e4a9ab /converter/other/cameratopam
parent829e481e0f5c33a78caabe7c59149085075cb8c3 (diff)
downloadnetpbm-mirror-8f3545ad1087e4466feff3bb4c308dcece9077be.tar.gz
netpbm-mirror-8f3545ad1087e4466feff3bb4c308dcece9077be.tar.xz
netpbm-mirror-8f3545ad1087e4466feff3bb4c308dcece9077be.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1938 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/cameratopam')
-rw-r--r--converter/other/cameratopam/camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/cameratopam/camera.c b/converter/other/cameratopam/camera.c
index ea5eec39..254b6710 100644
--- a/converter/other/cameratopam/camera.c
+++ b/converter/other/cameratopam/camera.c
@@ -761,7 +761,7 @@ kodak_radc_load_raw()
 void kodak_jpeg_load_raw() {}
 #else
 
-static boolean
+static bool
 fill_input_buffer (j_decompress_ptr cinfo)
 {
   static char jpeg_buffer[4096];