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

Commit d030033a authored by Colin Cross's avatar Colin Cross Committed by Android Git Automerger
Browse files

am 933f0b88: am f21b6b92: am 87a56eb6: Merge "Use the getopt function in...

am 933f0b88: am f21b6b92: am 87a56eb6: Merge "Use the getopt function in compliance with the standard."

* commit '933f0b88':
  Use the getopt function in compliance with the standard.
parents 6e681af5 933f0b88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ int main(int argc, char *argv[])

        c = getopt(argc, argv, "p");

        if (c == EOF) {
        if (c == -1) {
            break;
        }