aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/objective_c_plugin.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-06-05 15:25:04 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-06-05 15:25:04 -0700
commit28dbc84a53c13f0159b65ce9c5008b0e4f3798f7 (patch)
tree82ffcb98749caeab8bae6a75ed167844a123cb09 /src/compiler/objective_c_plugin.cc
parentc4f84819bd92ccc1851647727400407bb9366564 (diff)
Polish
Diffstat (limited to 'src/compiler/objective_c_plugin.cc')
-rw-r--r--src/compiler/objective_c_plugin.cc2
1 files changed, 1 insertions, 1 deletions
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 {