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

Commit 8c139cf8 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "ziptool: fix unknown long options."

am: fe983b66

Change-Id: I9f192a6d1f3e9a5c92e898f21aa0ee0d1f125d07
parents 2f378af8 fe983b66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -448,6 +448,7 @@ int main(int argc, char* argv[]) {

  static const struct option opts[] = {
      {"help", no_argument, 0, 'h'},
      {},
  };

  if (role == kUnzip) {