[svn-r2880] Purpose:

Code cleanup
Description:
    Added a the generic property ID types to the list of things not stored in
    files.
Platforms tested:
    FreeBSD 4.1.1 (hawkwind)
This commit is contained in:
Quincey Koziol 2000-11-13 12:36:33 -05:00
parent 0553b77507
commit bd433ad90c

View File

@ -1779,6 +1779,8 @@ H5G_loc (hid_t loc_id)
#ifndef NDEBUG
case H5I_TEMPLATE_MAX:
#endif
case H5I_GENPROP_CLS:
case H5I_GENPROP_LST:
HRETURN_ERROR(H5E_ARGS, H5E_BADVALUE, NULL,
"unable to get symbol table entry of property list");