| Index: tools/mac/catch_exception_tool.cc
|
| diff --git a/tools/mac/catch_exception_tool.cc b/tools/mac/catch_exception_tool.cc
|
| index 59af49a241cd3fde88f196d8635654e0981713e6..016ff4c3757c5909504c18bbc3e6c25cfc771868 100644
|
| --- a/tools/mac/catch_exception_tool.cc
|
| +++ b/tools/mac/catch_exception_tool.cc
|
| @@ -200,7 +200,7 @@ int CatchExceptionToolMain(int argc, char* argv[]) {
|
|
|
| Options options = {};
|
|
|
| - const struct option long_options[] = {
|
| + const option long_options[] = {
|
| {"file", required_argument, nullptr, kOptionFile},
|
| {"mach-service", required_argument, nullptr, kOptionMachService},
|
| {"persistent", no_argument, nullptr, kOptionPersistent},
|
|
|