Re-generate easyoptions.c and remove unneeded strparse include

This commit is contained in:
tiymat 2025-01-17 17:26:39 -03:30
parent e09a8e7ded
commit c6ca0b2ffc
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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 */