Skip to content

Commit 82cbdd8

Browse files
committed
examples/sendrecv: fix comment line length
Caught by checksrc.
1 parent 9faeebc commit 82cbdd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/examples/sendrecv.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ static int wait_on_socket(curl_socket_t sockfd, int for_recv, long timeout_ms)
4545
FD_ZERO(&errfd);
4646

4747
/* Avoid this warning with pre-2020 Cygwin/MSYS releases:
48-
* warning: conversion to 'long unsigned int' from 'curl_socket_t' {aka 'int'} may change the sign of the result [-Wsign-conversion]
48+
* warning: conversion to 'long unsigned int' from 'curl_socket_t' {aka 'int'}
49+
* may change the sign of the result [-Wsign-conversion]
4950
*/
5051
#if defined(__GNUC__) && defined(__CYGWIN__)
5152
#pragma GCC diagnostic push

0 commit comments

Comments
 (0)