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

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

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

* commit '87a56eb6':
  Use the getopt function in compliance with the standard.
parents 6783d7cf 87a56eb6
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;
        }