@ -4,7 +4,7 @@
<ActiveTarget name="Debug" />
<File name="main.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="1166" topLine="9" />
<Cursor1 position="2213" topLine="60" />
</Cursor>
</File>
</CodeBlocks_layout_file>
@ -72,7 +72,6 @@ Input download(const string& address) {
curl_easy_strerror(res);
exit(1);
}
cerr << res << endl;
curl_easy_cleanup(curl);
return input_data(buffer, false);