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

Commit 87a56eb6 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Use the getopt function in compliance with the standard."

parents 2a16a584 1c3cb91f
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;
        }