Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 281e9f30 authored by George Burgess IV's avatar George Burgess IV Committed by android-build-merger
Browse files

Merge "Fix a static-analyzer warning." am: 63b4f6f5

am: ea4423b1

Change-Id: I47de526a03bed05c4f69a89ec3ed2403a7e3b536
parents b56b616c ea4423b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,8 +72,8 @@ std::vector<std::string> listFiles(const StringPiece& root, std::string* outErro
            std::stringstream errorStr;
            errorStr << "unable to open file: " << strerror(errno);
            *outError = errorStr.str();
            return {};
        }
        return {};
    }

    std::vector<std::string> files;