Remove newline from printinng buffer
This commit is contained in:
parent
1c896a7b32
commit
fdf5264e18
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ main(int argc, char **argv)
|
||||||
if(!silent_flag)
|
if(!silent_flag)
|
||||||
putchar('\n');
|
putchar('\n');
|
||||||
|
|
||||||
puts(buffer);
|
printf("%s",buffer);
|
||||||
}
|
}
|
||||||
curl_formfree(post);
|
curl_formfree(post);
|
||||||
curl_easy_cleanup(easy_handle);
|
curl_easy_cleanup(easy_handle);
|
||||||
|
|
Loading…
Add table
Reference in a new issue