Skip to content

Commit

Permalink
fixup! lib: Add a lighter weight internal checksum wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Oct 6, 2017
1 parent 8727815 commit af58622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libostree/ostree-repo-commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ write_metadata_object (OstreeRepo *self,
}
else
{
OtChecksum checksum = {0,};
OtChecksum checksum = { 0, };
ot_checksum_init (&checksum);
gsize len;
const guint8*bufdata = g_bytes_get_data (buf, &len);
Expand Down

0 comments on commit af58622

Please sign in to comment.