File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ emit_dac(j_compress_ptr cinfo)
260
260
for (i = 0 ; i < NUM_ARITH_TBLS ; i ++ ) {
261
261
if (dc_in_use [i ]) {
262
262
emit_byte (cinfo , i );
263
- emit_byte (cinfo , cinfo -> arith_dc_L [i ] + (cinfo -> arith_dc_U [i ]<< 4 ));
263
+ emit_byte (cinfo , cinfo -> arith_dc_L [i ] + (cinfo -> arith_dc_U [i ] << 4 ));
264
264
}
265
265
if (ac_in_use [i ]) {
266
266
emit_byte (cinfo , i + 0x10 );
Original file line number Diff line number Diff line change 21
21
#undef __CHAR_UNSIGNED__
22
22
23
23
/* Define "boolean" as unsigned char, not int, per Windows custom */
24
- #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
24
+ #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
25
25
typedef unsigned char boolean ;
26
26
#endif
27
- #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
27
+ #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
28
28
29
29
/* Define "INT32" as int, not long, per Windows custom */
30
30
#if !(defined(_BASETSD_H_ ) || defined(_BASETSD_H )) /* don't conflict if basetsd.h already read */
You can’t perform that action at this time.
0 commit comments