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

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

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

* commit 'f21b6b92':
  Use the getopt function in compliance with the standard.
parents 71ca8381 f21b6b92
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;
        }