From: Raman Date: Tue, 5 Jul 2016 20:24:21 +0000 (+0200) Subject: Update flatc.cpp X-Git-Tag: v1.4.0~35^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bb6ab3cd557d850b0e848261ff980ffd5918316;p=platform%2Fupstream%2Fflatbuffers.git Update flatc.cpp --- diff --git a/src/flatc.cpp b/src/flatc.cpp index a07fbcb..b8c9963 100644 --- a/src/flatc.cpp +++ b/src/flatc.cpp @@ -195,9 +195,9 @@ int main(int argc, const char *argv[]) { binary_files_from = filenames.size(); } else if(arg == "--proto") { opts.proto_mode = true; - } else if (arg == "--escape-proto-identifiers") { - opts.escape_proto_identifiers = true; - } else if (arg == "--schema") { + } else if (arg == "--escape-proto-identifiers") { + opts.escape_proto_identifiers = true; + } else if (arg == "--schema") { schema_binary = true; } else if(arg == "-M") { print_make_rules = true;