mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r2020] Fine tuned the declaration of dump_header_format to be "const" consistent.
This commit is contained in:
parent
f18cd7b6bb
commit
615522147b
@ -11,7 +11,7 @@ static int unamedtype = 0; /* shared data type with no name */
|
||||
static int prefix_len = 1024;
|
||||
static char *prefix;
|
||||
static table_t *group_table = NULL, *dset_table = NULL, *type_table = NULL;
|
||||
static dump_header *dump_header_format;
|
||||
static const dump_header *dump_header_format;
|
||||
|
||||
|
||||
static void dump_group (hid_t , const char* );
|
||||
|
Loading…
x
Reference in New Issue
Block a user