chore: bump deps

This commit is contained in:
Rim
2025-04-29 03:15:39 -04:00
parent 8c194d2fe3
commit 7241d52ef1
2578 changed files with 85779 additions and 79896 deletions

View File

@ -25,7 +25,7 @@
#include "memdebug.h"
int test(char *URL)
CURLcode test(char *URL)
{
CURLcode res;
CURL *curl;
@ -54,5 +54,5 @@ test_cleanup:
curl_easy_cleanup(curl);
curl_global_cleanup();
return (int)res;
return res;
}