mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-11 16:55:31 +00:00
use 77 for failure code
This commit is contained in:
parent
fa9f1e6dcb
commit
f506821aae
@ -27,7 +27,7 @@
|
||||
|
||||
enum StatusCode {
|
||||
NORMAL_EXIT,
|
||||
NO_ENCODER_AVAILABLE = 7777
|
||||
NO_ENCODER_AVAILABLE = 77
|
||||
};
|
||||
|
||||
using namespace std::literals;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user