From c6ca0b2ffc73e6cb451a1721b14bbfa260146820 Mon Sep 17 00:00:00 2001 From: tiymat <138939221+tiymat@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:26:39 -0330 Subject: [PATCH] Re-generate easyoptions.c and remove unneeded strparse include --- lib/easyoptions.c | 2 +- src/tool_getparam.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/easyoptions.c b/lib/easyoptions.c index b444010439..be617b5d2a 100644 --- a/lib/easyoptions.c +++ b/lib/easyoptions.c @@ -378,6 +378,6 @@ struct curl_easyoption Curl_easyopts[] = { */ int Curl_easyopts_check(void) { - return ((CURLOPT_LASTENTRY%10000) != (327 + 1)); + return (CURLOPT_LASTENTRY % 10000) != (327 + 1); } #endif diff --git a/src/tool_getparam.c b/src/tool_getparam.c index 60e2184539..df90997aac 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -41,7 +41,6 @@ #include "tool_main.h" #include "dynbuf.h" #include "tool_stderr.h" -#include "strparse.h" #include "var.h" #include "memdebug.h" /* keep this as LAST include */