summaryrefslogtreecommitdiffstats
path: root/test/objcopy.c
diff options
context:
space:
mode:
authorPeter Cao <xcao@hdfgroup.org>2008-03-27 15:51:25 (GMT)
committerPeter Cao <xcao@hdfgroup.org>2008-03-27 15:51:25 (GMT)
commit977f4a6b8310ecb761b8d3ed7c89ff3e9385f1c2 (patch)
tree90ae43329b53b948c6c1fc3e291bb332bdb8da34 /test/objcopy.c
parent3e3da02733a59f3b0258165f5bcd7cf39017ef19 (diff)
downloadhdf5-977f4a6b8310ecb761b8d3ed7c89ff3e9385f1c2.zip
hdf5-977f4a6b8310ecb761b8d3ed7c89ff3e9385f1c2.tar.gz
hdf5-977f4a6b8310ecb761b8d3ed7c89ff3e9385f1c2.tar.bz2
[svn-r14782] Make correction from "H5Pclose(aid)" to "H5Aclose(aid)"
Diffstat (limited to 'test/objcopy.c')
-rwxr-xr-xtest/objcopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/objcopy.c b/test/objcopy.c
index 5fdbdba..2196794 100755
--- a/test/objcopy.c
+++ b/test/objcopy.c
@@ -273,7 +273,7 @@ error:
H5Sclose(sid_ref);
H5Dclose(did1);
H5Dclose(did2);
- H5Pclose(aid);
+ H5Aclose(aid);
} H5E_END_TRY;
return(-1);