diff options
author | volzhs <volzhs@gmail.com> | 2018-12-10 22:33:51 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2018-12-10 22:34:39 +0900 |
commit | d4133ac8440321f2ae2e26fb317871bd847b35eb (patch) | |
tree | ce05e8c433f4987765633f6170c253c0e56820b1 /thirdparty/libwebp/src/utils/quant_levels_dec_utils.h | |
parent | bf59b73250b0d8e0edf191104246da50bdf16541 (diff) |
Update libwebp to 1.0.1
Diffstat (limited to 'thirdparty/libwebp/src/utils/quant_levels_dec_utils.h')
-rw-r--r-- | thirdparty/libwebp/src/utils/quant_levels_dec_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libwebp/src/utils/quant_levels_dec_utils.h b/thirdparty/libwebp/src/utils/quant_levels_dec_utils.h index f822107a72..327f19f336 100644 --- a/thirdparty/libwebp/src/utils/quant_levels_dec_utils.h +++ b/thirdparty/libwebp/src/utils/quant_levels_dec_utils.h @@ -32,4 +32,4 @@ int WebPDequantizeLevels(uint8_t* const data, int width, int height, int stride, } // extern "C" #endif -#endif /* WEBP_UTILS_QUANT_LEVELS_DEC_UTILS_H_ */ +#endif // WEBP_UTILS_QUANT_LEVELS_DEC_UTILS_H_ |