Skip to content

Commit

Permalink
Bugfix: Fix failure parsing Ostinato file format
Browse files Browse the repository at this point in the history
  • Loading branch information
pstavirs committed Jan 28, 2017
1 parent e2af41a commit 38770cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/fileformat.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ message File {
// FieldNumber 1 is reserved and MUST not be used!
required bytes magic_value = 2;
required FileMetaData meta_data = 3;
optional FileContent content_matter = 9;
optional FileContentMatter content_matter = 9;
required fixed32 checksum_value = 15;
}

Expand Down

0 comments on commit 38770cc

Please sign in to comment.