From 28dbc84a53c13f0159b65ce9c5008b0e4f3798f7 Mon Sep 17 00:00:00 2001 From: Muxi Yan <mxyan@google.com> Date: Mon, 5 Jun 2017 15:25:04 -0700 Subject: [PATCH] Polish --- src/compiler/objective_c_plugin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/objective_c_plugin.cc b/src/compiler/objective_c_plugin.cc index 92b9c828fb..aeaf743c63 100644 --- a/src/compiler/objective_c_plugin.cc +++ b/src/compiler/objective_c_plugin.cc @@ -63,7 +63,7 @@ class ObjectiveCGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator { // Simple parameter parsing as we have only one parameter. // TODO(mxyan): Complete parameter parsing. - bool dash_as_separator = (0 == parameter.compare("--filename-dash-as-separator")); + bool dash_as_separator = (0 == parameter.compare("filename-dash-as-separator")); if (dash_as_separator) { file_name = google::protobuf::compiler::objectivec::FilePath(file); } else { -- GitLab