summaryrefslogtreecommitdiffstats
path: root/src/H5SMcache.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-11-27 23:10:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-11-27 23:10:02 (GMT)
commit2516911cad1e5f26aa92a6b153909b32a3645ac0 (patch)
treeb3003be2ba4d683bad5f54cc504c2b4832bdbebf /src/H5SMcache.c
parent03c994ee5921d46c7332b494844e55432f7bde31 (diff)
downloadhdf5-2516911cad1e5f26aa92a6b153909b32a3645ac0.zip
hdf5-2516911cad1e5f26aa92a6b153909b32a3645ac0.tar.gz
hdf5-2516911cad1e5f26aa92a6b153909b32a3645ac0.tar.bz2
[svn-r12988] Description:
General cleanups, in preparation for adding some attribute-tracking fields to the object header prefix. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5SMcache.c')
-rw-r--r--src/H5SMcache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5SMcache.c b/src/H5SMcache.c
index 85b46d5..e21757e 100644
--- a/src/H5SMcache.c
+++ b/src/H5SMcache.c
@@ -192,7 +192,7 @@ H5SM_load_table(H5F_t *f, hid_t dxpl_id, haddr_t addr, const void UNUSED *udata1
{
size_t table_size; /* Size of SOHM master table on disk */
uint8_t *buf=NULL; /* Reading buffer */
- uint8_t *p; /* Pointer into input buffer */
+ const uint8_t *p; /* Pointer into input buffer */
uint8_t x; /* Counter variable for index headers */
H5SM_master_table_t *ret_value;
@@ -564,7 +564,6 @@ done:
} /* end of H5SM_clear_list */
-
/*-------------------------------------------------------------------------
* Function: H5SM_dest_list
*