Skip to content

Commit

Permalink
Fix types in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Aug 27, 2022
1 parent 93894c3 commit 1da8185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/chunk_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -1509,9 +1509,9 @@ test_chunk_info_version2_btrees(const char *filename, hid_t fapl)

typedef struct chunk_iter_info_t {
hsize_t offset[2];
uint32_t filter_mask;
unsigned filter_mask;
haddr_t addr;
uint32_t size;
hsize_t size;
} chunk_iter_info_t;

typedef struct chunk_iter_udata_t {
Expand Down

0 comments on commit 1da8185

Please sign in to comment.