Print output on a new line

This commit is contained in:
Framawiki 2017-05-05 21:33:23 +02:00 committed by Petr Bena
parent 885c4f441c
commit 7d0ad8b550

View File

@ -137,6 +137,7 @@ int main(int argc, char *argv[])
/* Perform the request, res will get the return HTTP code */
res = curl_easy_perform(curl);
/* Check for errors */
cerr << "\n";
if(res != CURLE_OK)
{
cerr << "curl_easy_perform() failed: " << curl_easy_strerror(res) << endl;