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

Commit d8c74009 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

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

parents 4d2a1dc0 092db3c8
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;