diff --git a/cs-lab34.layout b/cs-lab34.layout index 5ca9fb3..f561f8c 100644 --- a/cs-lab34.layout +++ b/cs-lab34.layout @@ -2,9 +2,24 @@ + + + + + + + + + + + + + + + - + diff --git a/main.cpp b/main.cpp index e03318b..bf38683 100644 --- a/main.cpp +++ b/main.cpp @@ -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);