From f506821aaea9b1fe50e46ec37fdc16f2bb33d1eb Mon Sep 17 00:00:00 2001 From: pigeatgarlic <64737125+pigeatgarlic@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:44:49 +0700 Subject: [PATCH] use 77 for failure code --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 07d23225..15793168 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,7 +27,7 @@ enum StatusCode { NORMAL_EXIT, - NO_ENCODER_AVAILABLE = 7777 + NO_ENCODER_AVAILABLE = 77 }; using namespace std::literals;