Remove newline from printinng buffer

This commit is contained in:
qorg11 2021-10-19 19:00:37 +02:00
parent 1c896a7b32
commit fdf5264e18
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ main(int argc, char **argv)
if(!silent_flag)
putchar('\n');
puts(buffer);
printf("%s",buffer);
}
curl_formfree(post);
curl_easy_cleanup(easy_handle);