Skip to content

Commit

Permalink
Update idl_gen_fbs.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TGIshib authored Jul 9, 2016
1 parent f0b2cc8 commit df5575d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idl_gen_fbs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit df5575d

Please sign in to comment.