diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-24 15:32:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-24 15:32:46 (GMT) |
commit | de68722fb97bdbd063224bcbb984bed32ba8c27e (patch) | |
tree | f5084fa68977d4a0130bea45bd997d6b46be416d /test/tohdr.c | |
parent | 5fdfe1b206dd25ff0ea3f7a74700a3a9c79f6cc2 (diff) | |
download | hdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.zip hdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.tar.gz hdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.tar.bz2 |
[svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-)
Diffstat (limited to 'test/tohdr.c')
-rw-r--r-- | test/tohdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tohdr.c b/test/tohdr.c index f3ddb22..890b307 100644 --- a/test/tohdr.c +++ b/test/tohdr.c @@ -47,7 +47,7 @@ void test_ohdr (void) { - hatom_t fid; + hid_t fid; hdf5_file_t *f; haddr_t oh; H5O_stab_t stab, ro; |