This commit is contained in:
Scott E. Graves 2024-12-19 14:10:00 -06:00
parent fc2af3f935
commit 447f9a886d

View File

@ -211,7 +211,7 @@ download_type_from_string(std::string type,
-> std::string;
enum class exit_code : std::int32_t {
success,
success = 0,
communication_error = -1,
file_creation_failed = -2,
incompatible_version = -3,