libcurl4nx: fix compilation

This commit is contained in:
raiden00pl 2024-06-01 11:39:09 +02:00 committed by Xiang Xiao
parent c644ef477b
commit b32cf5f0b7

View File

@ -522,7 +522,7 @@ int curl4nx_easy_perform(FAR struct curl4nx_s *handle)
redirected = true; redirected = true;
redircount += 1; redircount += 1;
curl4nx_info(" curl4nx_info("\
REDIRECTION (%d) -> %s\n", REDIRECTION (%d) -> %s\n",
redircount, redircount,
headerbuf + off); headerbuf + off);