From 5d2ecfef56e49a8e4bfad25a582ff1597987f717 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 6 Nov 2024 20:55:13 +0300 Subject: libcurl: update to 8.11.0 --- libs/libcurl/src/strerror.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/libcurl/src/strerror.c') diff --git a/libs/libcurl/src/strerror.c b/libs/libcurl/src/strerror.c index 2d8fe679f8..7b8d4876c8 100644 --- a/libs/libcurl/src/strerror.c +++ b/libs/libcurl/src/strerror.c @@ -348,9 +348,9 @@ curl_easy_strerror(CURLcode error) * By using gcc -Wall -Werror, you cannot forget. * * A table would not have the same benefit. Most compilers will generate - * code very similar to a table in any case, so there is little performance - * gain from a table. Something is broken for the user's application, - * anyways, so does it matter how fast it _does not_ work? + * code similar to a table in any case, so there is little performance gain + * from a table. Something is broken for the user's application, anyways, so + * does it matter how fast it _does not_ work? * * The line number for the error will be near this comment, which is why it * is here, and not at the start of the switch. -- cgit v1.2.3