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

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

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

@@ -2,9 +2,24 @@
<CodeBlocks_layout_file>
<FileVersion major="1" minor="0" />
<ActiveTarget name="Debug" />
<File name="histogram.cpp" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
<File name="text.cpp" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
<File name="svg.cpp" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="25" />
</Cursor>
</File>
<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="2213" topLine="60" />
<Cursor1 position="2358" topLine="78" />
</Cursor>
</File>
</CodeBlocks_layout_file>

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

@@ -69,7 +69,7 @@ Input download(const string& address) {
res = curl_easy_perform(curl);
if (res != CURLE_OK) {
curl_easy_strerror(res);
curl_easy_strerror(res); // cerr
exit(1);
}
curl_easy_cleanup(curl);