diff options
Diffstat (limited to 'test/th5p.c')
-rw-r--r-- | test/th5p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/th5p.c b/test/th5p.c index e969219..af9100a 100644 --- a/test/th5p.c +++ b/test/th5p.c @@ -63,7 +63,7 @@ test_h5p_basic(void) {SPACE1_DIM1, SPACE1_DIM2, SPACE1_DIM3}, /* dataspace dim sizes */ dims2[] = {SPACE2_DIM1, SPACE2_DIM2, SPACE2_DIM3, SPACE2_DIM4}, tdims[4]; /* Dimension array to test with */ - uintn n; /* number of dataspace elements */ + size_t n; /* number of dataspace elements */ herr_t ret; /* Generic return value */ /* Output message about test being performed */ |