diff --git a/src/flatc.cpp b/src/flatc.cpp index 21dbd304d..a07fbcb7c 100644 --- a/src/flatc.cpp +++ b/src/flatc.cpp @@ -317,7 +317,7 @@ int main(int argc, const char *argv[]) { } } - if (opts.proto_mode) GenerateFBS(*parser, output_path, filebase, opts.escape_proto_identifiers) + if (opts.proto_mode) GenerateFBS(*parser, output_path, filebase, opts.escape_proto_identifiers); // We do not want to generate code for the definitions in this file // in any files coming up next.