diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-08-07 14:12:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-08-07 14:12:52 (GMT) |
commit | 1f7ad773643cc5153ed20d5aaad89b5bd421fa8a (patch) | |
tree | 9af3cfcd2ce8736bcf490c2d5e5bee35d7a9e548 /fortran/src | |
parent | dcfa4009e4ec3f4298728aee38db9177a717a225 (diff) | |
download | hdf5-1f7ad773643cc5153ed20d5aaad89b5bd421fa8a.zip hdf5-1f7ad773643cc5153ed20d5aaad89b5bd421fa8a.tar.gz hdf5-1f7ad773643cc5153ed20d5aaad89b5bd421fa8a.tar.bz2 |
[svn-r4321] Purpose:
Bug fix.
Description:
Left an extra '}' in when I removed the v1.2.x compat stuff.
Solution:
Took the '}' out... :-)
Platforms tested:
Solaris 2.7 (arabica)
Diffstat (limited to 'fortran/src')
-rw-r--r-- | fortran/src/H5Tf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fortran/src/H5Tf.c b/fortran/src/H5Tf.c index 67c8d9c..7a72647 100644 --- a/fortran/src/H5Tf.c +++ b/fortran/src/H5Tf.c @@ -1245,7 +1245,6 @@ nh5tpack_c(hid_t_f * type_id) return ret_value; } -} /*---------------------------------------------------------------------------- * Name: h5tarray_create_c * Purpose: Call H5Tarray_create to create array datatype |