Skip to content

Commit 4f8abaa

Browse files
authored
Update flatc.cpp
1 parent 5043764 commit 4f8abaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flatc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ int main(int argc, const char *argv[]) {
317317
}
318318
}
319319

320-
if (opts.proto_mode) GenerateFBS(*parser, output_path, filebase, opts.escape_proto_identifiers)
320+
if (opts.proto_mode) GenerateFBS(*parser, output_path, filebase, opts.escape_proto_identifiers);
321321

322322
// We do not want to generate code for the definitions in this file
323323
// in any files coming up next.

0 commit comments

Comments
 (0)