Fix a typo.
This commit is contained in:
parent
4f68d92cfa
commit
d833126822
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ void FileGenerator::GenerateBuildDescriptors(io::Printer* printer) {
|
|||
// Without.
|
||||
"GOOGLE_PROTOBUF_DECLARE_ONCE($adddescriptorsname$_once_);\n"
|
||||
"void $adddescriptorsname$() {\n"
|
||||
" ::google::protobuf::::google::protobuf::GoogleOnceInit(&$adddescriptorsname$_once_,\n"
|
||||
" ::google::protobuf::GoogleOnceInit(&$adddescriptorsname$_once_,\n"
|
||||
" &$adddescriptorsname$_impl);\n"
|
||||
"}\n",
|
||||
// Vars.
|
||||
|
|
Loading…
Add table
Reference in a new issue