commit 3c34e7b062706326db14bb0da2b16ea2c61ddc45 from: Stefan Sperling date: Fri Mar 09 17:01:57 2018 UTC missed one commit - aeabcaeefb318e73c6c4fe8461960c346b27ed92 commit + 3c34e7b062706326db14bb0da2b16ea2c61ddc45 blob - d1bd962649021a022788d468759fb93375d03b80 blob + eef7ed2ef0cc144a683eef7a2f862479286715e2 --- lib/got_file_index_priv.h +++ lib/got_file_index_priv.h @@ -64,6 +64,6 @@ struct got_file_index_hdr { uint32_t signature; /* big-endian on disk */ uint32_t version; /* big-endian on disk */ uint32_t nentries; /* big-endian on disk */ - struct got_index_entry *entries; /* big-endian on disk */ + struct got_file_index_entry *entries; /* big-endian on disk */ uint8_t sha1[SHA1_DIGEST_LENGTH]; /* checksum of above data */ };