@ -48,6 +48,7 @@ main(int argc, char* argv[])
curl_easy_cleanup(curl);
if (res != 0){
cerr << curl_easy_strerror(res) << endl;
exit(1);
}