File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,14 @@ MetaDataClient* Broker::addDataClient()
108108 }
109109 boolean isaac_jpeg_fill_input_buffer (j_decompress_ptr cinfo)
110110 {
111- return true ;
111+ return TRUE ;
112112 }
113113 void isaac_jpeg_skip_input_data (j_decompress_ptr cinfo,long num_bytes)
114114 {
115115 }
116116 boolean isaac_jpeg_resync_to_restart (j_decompress_ptr cinfo, int desired)
117117 {
118- return true ;
118+ return TRUE ;
119119 }
120120 void isaac_jpeg_term_source (j_decompress_ptr cinfo)
121121 {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ void isaac_init_destination(j_compress_ptr cinfo)
4040}
4141boolean isaac_jpeg_empty_output_buffer (j_compress_ptr cinfo)
4242{
43- return true ;
43+ return TRUE ;
4444}
4545void isaac_jpeg_term_destination (j_compress_ptr cinfo)
4646{
You can’t perform that action at this time.
0 commit comments