Skip to content

Commit

Permalink
fprint
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 11, 2024
1 parent b1821f4 commit 35d4a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int main(int argc, char *argv[]) {

ret = curl_easy_perform(hnd);
if (ret != CURLE_OK) {
printf(stderr, "curl_easy_perform() failed: %s\n", curl_easy_strerror(ret));
fprintf(stderr, "curl_easy_perform() failed: %s\n", curl_easy_strerror(ret));
}

curl_easy_cleanup(hnd);
Expand Down

0 comments on commit 35d4a2a

Please sign in to comment.