diff options
Diffstat (limited to 'test/stab.c')
-rw-r--r-- | test/stab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stab.c b/test/stab.c index 574678d..48b58b1 100644 --- a/test/stab.c +++ b/test/stab.c @@ -1168,7 +1168,7 @@ int main(void) { hid_t fapl, fapl2; /* File access property list IDs */ - unsigned new_format; /* Whether to use the new format or not */ + hbool_t new_format; /* Whether to use the new format or not */ int nerrors = 0; /* Reset library */ |