[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:
Quincey Koziol 2007-05-01 21:39:43 -05:00
parent 2757f75317
commit 80d7f2a258

View File

@ -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);
/*-------------------------------------------------------------------------