summaryrefslogtreecommitdiffstats
path: root/test/theap.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-09-24 15:32:46 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-09-24 15:32:46 (GMT)
commitde68722fb97bdbd063224bcbb984bed32ba8c27e (patch)
treef5084fa68977d4a0130bea45bd997d6b46be416d /test/theap.c
parent5fdfe1b206dd25ff0ea3f7a74700a3a9c79f6cc2 (diff)
downloadhdf5-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/theap.c')
-rw-r--r--test/theap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/theap.c b/test/theap.c
index 7f9b642..fd2467b 100644
--- a/test/theap.c
+++ b/test/theap.c
@@ -43,7 +43,7 @@ void
test_heap (void)
{
int i, j;
- hatom_t fid;
+ hid_t fid;
hdf5_file_t *f;
off_t heap;
char buf[NOBJS+8];