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

Commit 83af736f authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 5ac65f86: Merge "Fix reporting wrong error message for zipalign output file"

* commit '5ac65f86':
  Fix reporting wrong error message for zipalign output file
parents e3479ea5 5ac65f86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ static int process(const char* inFileName, const char* outFileName,
            ZipFile::kOpenReadWrite|ZipFile::kOpenCreate|ZipFile::kOpenTruncate)
        != NO_ERROR)
    {
        fprintf(stderr, "Unable to open '%s' as zip archive\n", inFileName);
        fprintf(stderr, "Unable to open '%s' as zip archive\n", outFileName);
        return 1;
    }