diff --git a/app/src/main/cpp/main.cpp b/app/src/main/cpp/main.cpp index ecf91f2..614820f 100644 --- a/app/src/main/cpp/main.cpp +++ b/app/src/main/cpp/main.cpp @@ -458,7 +458,7 @@ static std::vector readFile(const char *path) { } static bool checkOtaZip() { - std::array buffer{}; + std::array buffer{}; std::string result; bool found = false;