diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-08-30 17:40:49 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-08-30 17:40:49 (GMT) |
commit | a9a2c9ef5e575f9ccbf557222e02fdaff92227f8 (patch) | |
tree | 47497381734959f6f066d45ab9410a33f1fea76a /src | |
parent | b254caea6c838b448460db5d4b3985fecf6ead97 (diff) | |
download | hdf5-a9a2c9ef5e575f9ccbf557222e02fdaff92227f8.zip hdf5-a9a2c9ef5e575f9ccbf557222e02fdaff92227f8.tar.gz hdf5-a9a2c9ef5e575f9ccbf557222e02fdaff92227f8.tar.bz2 |
[svn-r24089] minor update
Diffstat (limited to 'src')
-rw-r--r-- | src/H5EQ.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ /* Local Variables */ /*******************/ -/* Declare a free list to manage the H5S_t struct */ +/* Declare a free list to manage the H5EQ_t struct */ H5FL_DEFINE(H5EQ_t); /* Dataspace ID class */ |