summaryrefslogtreecommitdiffstats
path: root/src/H5R.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-06-11 22:04:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-06-11 22:04:42 (GMT)
commita556665ad19e7a97ace5449673a26a4b581940b3 (patch)
tree784eb312e21ce0d13394288a95c66853fb60de57 /src/H5R.c
parent725578538a45b78895450c4d5ffd1cd04585abc8 (diff)
downloadhdf5-a556665ad19e7a97ace5449673a26a4b581940b3.zip
hdf5-a556665ad19e7a97ace5449673a26a4b581940b3.tar.gz
hdf5-a556665ad19e7a97ace5449673a26a4b581940b3.tar.bz2
[svn-r1332] Fixes to get the VL datatypes working. The only function currently working
is H5Tvlen_create().
Diffstat (limited to 'src/H5R.c')
-rw-r--r--src/H5R.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5R.c b/src/H5R.c
index 6535ebf..bb4b869 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -741,3 +741,4 @@ H5Rget_object_type(hid_t dataset, void *_ref)
done:
FUNC_LEAVE(ret_value);
} /* end H5Rget_object_type() */
+