Update flatc.cpp

This commit is contained in:
Raman
2016-07-04 22:58:58 +02:00
committed by GitHub
parent 5043764247
commit 4f8abaaf10

View File

@@ -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.