From 1f7ad773643cc5153ed20d5aaad89b5bd421fa8a Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 7 Aug 2001 09:12:52 -0500 Subject: [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) --- fortran/src/H5Tf.c | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12