diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-12-10 14:58:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-10 14:58:13 +0100 |
commit | fa024537a39c24bf9fb2e24063acee0daf63dfc1 (patch) | |
tree | 759ef4154a16f572b0782516d641fbb993ff9400 /thirdparty/libwebp/src/webp/format_constants.h | |
parent | ca06e656bec5129cc0fc45f83b310976adb752e3 (diff) | |
parent | d4133ac8440321f2ae2e26fb317871bd847b35eb (diff) |
Merge pull request #24258 from volzhs/libwebp-1.0.1
Update libwebp to 1.0.1
Diffstat (limited to 'thirdparty/libwebp/src/webp/format_constants.h')
-rw-r--r-- | thirdparty/libwebp/src/webp/format_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libwebp/src/webp/format_constants.h b/thirdparty/libwebp/src/webp/format_constants.h index 329fc8a3b0..eca6981a47 100644 --- a/thirdparty/libwebp/src/webp/format_constants.h +++ b/thirdparty/libwebp/src/webp/format_constants.h @@ -84,4 +84,4 @@ typedef enum { // overflow a uint32_t. #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1) -#endif /* WEBP_WEBP_FORMAT_CONSTANTS_H_ */ +#endif // WEBP_WEBP_FORMAT_CONSTANTS_H_ |