diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-08-03 20:35:54 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-08-03 20:35:54 (GMT) |
commit | 4d65048d2d5468c79ef0b5c26f18f9262584d06d (patch) | |
tree | 8662242d85a014dbad14239533b2c3fbb84236f0 /test | |
parent | 181f251055701e7e808b034bbab5acae71f73d7a (diff) | |
download | hdf5-4d65048d2d5468c79ef0b5c26f18f9262584d06d.zip hdf5-4d65048d2d5468c79ef0b5c26f18f9262584d06d.tar.gz hdf5-4d65048d2d5468c79ef0b5c26f18f9262584d06d.tar.bz2 |
[svn-r11193] Purpose:
fixed typo for uint_fast16_t verification.
Tested in Red storm.
Diffstat (limited to 'test')
-rw-r--r-- | test/tconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tconfig.c b/test/tconfig.c index 9c18b4b..cce4fb3 100644 --- a/test/tconfig.c +++ b/test/tconfig.c @@ -156,7 +156,7 @@ test_config_ctypes(void) #endif #if H5_SIZEOF_INT_FAST16_T > 0 - vrfy_cint_type(int_fast16_t, int_fast16_t, H5_SIZEOF_INT_FAST16_T); + vrfy_cint_type(int_fast16_t, uint_fast16_t, H5_SIZEOF_INT_FAST16_T); #endif #if H5_SIZEOF_INT_FAST32_T > 0 |