mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r13722] Description:
Fix typo that causes non-Purified build to fail. Tested: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty)
This commit is contained in:
parent
2757f75317
commit
80d7f2a258
@ -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);
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user