use 77 for failure code

This commit is contained in:
pigeatgarlic 2024-10-24 10:44:49 +07:00
parent fa9f1e6dcb
commit f506821aae

View File

@ -27,7 +27,7 @@
enum StatusCode {
NORMAL_EXIT,
NO_ENCODER_AVAILABLE = 7777
NO_ENCODER_AVAILABLE = 77
};
using namespace std::literals;