mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
checksrc: make sure sizeof() is used *with* parentheses
... and unify the source code to adhere. Closes #2563
This commit is contained in:
parent
f3d836b736
commit
cb529b713f
25 changed files with 77 additions and 64 deletions
|
|
@ -445,7 +445,7 @@ curl_version_info_data *curl_version_info(CURLversion stamp)
|
|||
|
||||
#ifdef HAVE_BROTLI
|
||||
version_info.brotli_ver_num = BrotliDecoderVersion();
|
||||
brotli_version(brotli_buffer, sizeof brotli_buffer);
|
||||
brotli_version(brotli_buffer, sizeof(brotli_buffer));
|
||||
version_info.brotli_version = brotli_buffer;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue