diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-11 21:57:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-11 21:57:18 (GMT) |
commit | e054e736aa115ab749658c454701229b1656569d (patch) | |
tree | 215e92e2e33ccf39e218ce2cc7fe708949a4124b /src/H5B2dbg.c | |
parent | 6b6af9d5fc269b7baf2f8c5cc2646a102640168c (diff) | |
download | hdf5-e054e736aa115ab749658c454701229b1656569d.zip hdf5-e054e736aa115ab749658c454701229b1656569d.tar.gz hdf5-e054e736aa115ab749658c454701229b1656569d.tar.bz2 |
[svn-r12077] Purpose:
Code cleanup
Description:
Fix/update formatting, clean up typos, etc.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'src/H5B2dbg.c')
-rw-r--r-- | src/H5B2dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B2dbg.c b/src/H5B2dbg.c index 990ac41..6e51fbc 100644 --- a/src/H5B2dbg.c +++ b/src/H5B2dbg.c @@ -33,7 +33,7 @@ /* Headers */ /***********/ #include "H5private.h" /* Generic Functions */ -#include "H5B2pkg.h" /* B-trees */ +#include "H5B2pkg.h" /* v2 B-trees */ #include "H5Eprivate.h" /* Error handling */ #include "H5FLprivate.h" /* Free Lists */ |