From: Jay Satiro Date: Tue, 26 Dec 2023 08:28:46 +0000 (-0500) Subject: examples/sendrecv: fix comment line length X-Git-Tag: curl-8_6_0~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82cbdd8396d8b70173757d06ac833c1f7c8f8f47;p=thirdparty%2Fcurl.git examples/sendrecv: fix comment line length Caught by checksrc. --- diff --git a/docs/examples/sendrecv.c b/docs/examples/sendrecv.c index f35b88d645..eabe0c2269 100644 --- a/docs/examples/sendrecv.c +++ b/docs/examples/sendrecv.c @@ -45,7 +45,8 @@ static int wait_on_socket(curl_socket_t sockfd, int for_recv, long timeout_ms) FD_ZERO(&errfd); /* Avoid this warning with pre-2020 Cygwin/MSYS releases: - * warning: conversion to 'long unsigned int' from 'curl_socket_t' {aka 'int'} may change the sign of the result [-Wsign-conversion] + * warning: conversion to 'long unsigned int' from 'curl_socket_t' {aka 'int'} + * may change the sign of the result [-Wsign-conversion] */ #if defined(__GNUC__) && defined(__CYGWIN__) #pragma GCC diagnostic push