| Index: core/fxcodec/fx_codec.h
|
| diff --git a/core/fxcodec/fx_codec.h b/core/fxcodec/fx_codec.h
|
| index 0fb39413e1ecb42d233fdf03d00a5f7ec6a05327..faf74d090264a73cbece6087eea9328e84b3c8da 100644
|
| --- a/core/fxcodec/fx_codec.h
|
| +++ b/core/fxcodec/fx_codec.h
|
| @@ -117,7 +117,7 @@ void AdobeCMYK_to_sRGB1(uint8_t c,
|
| uint8_t& R,
|
| uint8_t& G,
|
| uint8_t& B);
|
| -FX_BOOL MD5ComputeID(const void* buf, uint32_t dwSize, uint8_t ID[16]);
|
| +bool MD5ComputeID(const void* buf, uint32_t dwSize, uint8_t ID[16]);
|
| void FaxG4Decode(const uint8_t* src_buf,
|
| uint32_t src_size,
|
| int* pbitpos,
|
|
|