Commit 4f8abaaf authored by Raman's avatar Raman Committed by GitHub

Update flatc.cpp

parent 50437642
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment