mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:03:37 +03:00
tidy-up: comments, messages, formatting
- 'null-terminate', sync casing. - add an `#endif` comment. - avoid a few instances of 'will'. - configure: 'aws' -> 'aws-sigv4', where missing. - unfold/fold lines. - update memzero/strzero comments. - uppercase 'CRLF'. Closes #22443
This commit is contained in:
parent
83216878e4
commit
c4013cdb85
22 changed files with 49 additions and 46 deletions
|
|
@ -1035,4 +1035,4 @@ int Curl_os400_inflateEnd(z_streamp strm)
|
|||
return ret;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* HAVE_LIBZ */
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ static int sys_trnlnm(const char *logname, char *value, int value_len)
|
|||
|
||||
if($VMS_STATUS_SUCCESS(status)) {
|
||||
|
||||
/* Null-terminate and return the string */
|
||||
/* null-terminate and return the string */
|
||||
/*--------------------------------------*/
|
||||
value[result] = '\0';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue