From df5575de1786502fb63ce3c6d6a53d3c467f021d Mon Sep 17 00:00:00 2001 From: Raman Date: Sat, 9 Jul 2016 13:33:30 +0200 Subject: [PATCH] Update idl_gen_fbs.cpp --- src/idl_gen_fbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idl_gen_fbs.cpp b/src/idl_gen_fbs.cpp index c391ed69829..237230e8eb4 100644 --- a/src/idl_gen_fbs.cpp +++ b/src/idl_gen_fbs.cpp @@ -63,7 +63,7 @@ std::string GenerateFBS(const Parser &parser, const std::string &file_name) { } } } - + std::string schema; schema += "// Generated from " + file_name + ".proto\n\n"; if (parser.opts.include_dependence_headers) {