diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-05-02 02:39:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-05-02 02:39:43 (GMT) |
commit | 80d7f2a2582e007109b641111f4314bd4ed65ed9 (patch) | |
tree | e8187b7db1fa992cc6f38a88dba04ed316e1ec72 /src/H5Ounknown.c | |
parent | 2757f75317a07422c9a1d0378f969c3eb802c3a0 (diff) | |
download | hdf5-80d7f2a2582e007109b641111f4314bd4ed65ed9.zip hdf5-80d7f2a2582e007109b641111f4314bd4ed65ed9.tar.gz hdf5-80d7f2a2582e007109b641111f4314bd4ed65ed9.tar.bz2 |
[svn-r13722] Description:
Fix typo that causes non-Purified build to fail.
Tested:
FreeBSD/32 6.2 (duty)
FreeBSD/64 6.2 (liberty)
Diffstat (limited to 'src/H5Ounknown.c')
-rw-r--r-- | src/H5Ounknown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ounknown.c b/src/H5Ounknown.c index cd805a9..5b0a38a 100644 --- a/src/H5Ounknown.c +++ b/src/H5Ounknown.c @@ -60,7 +60,7 @@ const H5O_msg_class_t H5O_MSG_UNKNOWN[1] = {{ }}; /* Declare a free list to manage the H5O_unknown_t struct */ -H5FL_DEFINE_STATIC(H5O_unknown_t); +H5FL_DEFINE(H5O_unknown_t); /*------------------------------------------------------------------------- |