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

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

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

* commit '83af736f':
  Fix reporting wrong error message for zipalign output file
parents f8c154f4 83af736f
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;
    }