diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-11-11 01:40:30 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-11-11 01:40:30 (GMT) |
commit | 4fd41c74e58263080ed83b0e11b3e85e2b58978c (patch) | |
tree | d208e127093768057e4b28d2ff1c1b6b689bb051 /src/H5Ostab.c | |
parent | 17cfef32a08427adc37749000f6a098301e68a73 (diff) | |
download | hdf5-4fd41c74e58263080ed83b0e11b3e85e2b58978c.zip hdf5-4fd41c74e58263080ed83b0e11b3e85e2b58978c.tar.gz hdf5-4fd41c74e58263080ed83b0e11b3e85e2b58978c.tar.bz2 |
[svn-r11707] Purpose:
Code maintenance
Description:
Check in outstanding changes from object copy to keep 1.6 branch as much
in sync w/development branch as possible.
Platforms tested:
FreeBSD 4.11 (sleipnir)
h5committest
Diffstat (limited to 'src/H5Ostab.c')
-rw-r--r-- | src/H5Ostab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Ostab.c b/src/H5Ostab.c index 21391bd..b8617f4 100644 --- a/src/H5Ostab.c +++ b/src/H5Ostab.c @@ -43,7 +43,7 @@ static size_t H5O_stab_size(const H5F_t *f, const void *_mesg); static herr_t H5O_stab_free(void *_mesg); static herr_t H5O_stab_delete(H5F_t *f, hid_t dxpl_id, const void *_mesg, hbool_t adj_link); static herr_t H5O_stab_debug(H5F_t *f, hid_t dxpl_id, const void *_mesg, - FILE * stream, int indent, int fwidth); + FILE * stream, int indent, int fwidth); /* This message derives from H5O */ const H5O_class_t H5O_STAB[1] = {{ @@ -60,7 +60,7 @@ const H5O_class_t H5O_STAB[1] = {{ NULL, /* link method */ NULL, /*get share method */ NULL, /*set share method */ - H5O_stab_debug, /*debug the message */ + H5O_stab_debug /*debug the message */ }}; /* Declare a free list to manage the H5O_stab_t struct */ |