code: исправлена ошибка в выводе

Этот коммит содержится в:
2024-10-20 19:13:45 +03:00
родитель f88026866d
Коммит a2e20cd9b0
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@@ -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);