diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-27 17:07:41 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-27 17:07:41 (GMT) |
commit | 0db364390b48d705b2c3fb225651ba35a19a5b4d (patch) | |
tree | ade21aceff44ffe978ca278d2ffbd23209584e08 /src/H5Tenum.c | |
parent | c274ffe1c9bdfa256459213cab1ece7f566b9620 (diff) | |
download | hdf5-0db364390b48d705b2c3fb225651ba35a19a5b4d.zip hdf5-0db364390b48d705b2c3fb225651ba35a19a5b4d.tar.gz hdf5-0db364390b48d705b2c3fb225651ba35a19a5b4d.tar.bz2 |
[svn-r9469] Purpose:
Code cleanup
Description:
Clear up some inconsistencies, inefficiencies and possible errors between
the release and development branch.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
Solaris 2.7 (arabica)
Linux 2.4 (heping) w/C++ & FORTRAN
Diffstat (limited to 'src/H5Tenum.c')
-rw-r--r-- | src/H5Tenum.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Tenum.c b/src/H5Tenum.c index 3f8528d..83a3615 100644 --- a/src/H5Tenum.c +++ b/src/H5Tenum.c @@ -28,7 +28,7 @@ #include "H5private.h" /*generic functions */ #include "H5Eprivate.h" /*error handling */ -#include "H5FLprivate.h" /*Free Lists */ +#include "H5FLprivate.h" /*Free Lists */ #include "H5Iprivate.h" /*ID functions */ #include "H5MMprivate.h" /*memory management */ #include "H5Tpkg.h" /*data-type functions */ @@ -592,4 +592,3 @@ H5T_enum_valueof(H5T_t *dt, const char *name, void *value/*out*/) done: FUNC_LEAVE_NOAPI(ret_value) } - |