From 4f8abaaf10dc6f092960626ee88e47250aa55653 Mon Sep 17 00:00:00 2001 From: Raman Date: Mon, 4 Jul 2016 22:58:58 +0200 Subject: [PATCH] Update flatc.cpp --- src/flatc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.