mirror of
https://github.com/benapetr/stikkit.git
synced 2025-04-26 04:51:09 -05:00
Print output on a new line
This commit is contained in:
parent
885c4f441c
commit
7d0ad8b550
@ -137,6 +137,7 @@ int main(int argc, char *argv[])
|
|||||||
/* Perform the request, res will get the return HTTP code */
|
/* Perform the request, res will get the return HTTP code */
|
||||||
res = curl_easy_perform(curl);
|
res = curl_easy_perform(curl);
|
||||||
/* Check for errors */
|
/* Check for errors */
|
||||||
|
cerr << "\n";
|
||||||
if(res != CURLE_OK)
|
if(res != CURLE_OK)
|
||||||
{
|
{
|
||||||
cerr << "curl_easy_perform() failed: " << curl_easy_strerror(res) << endl;
|
cerr << "curl_easy_perform() failed: " << curl_easy_strerror(res) << endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user