summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-01-23 14:09:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-01-23 14:09:31 (GMT)
commit599d4141fad83b181d11adb17ca645877706308b (patch)
treea215d6b7d278f546ea6054e038298dd34e53373d /src/H5O.c
parent0c9bd3d4e27b7188825c6e71fc47931fdfb8ed1c (diff)
downloadhdf5-599d4141fad83b181d11adb17ca645877706308b.zip
hdf5-599d4141fad83b181d11adb17ca645877706308b.tar.gz
hdf5-599d4141fad83b181d11adb17ca645877706308b.tar.bz2
[svn-r13177] Description:
Final tweaks before the big twist to fix shared message method calling. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 2101fa3..f1b579c 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -97,7 +97,7 @@ const H5O_msg_class_t *const H5O_msg_class_g[] = {
H5O_MSG_ATTR, /*0x000C Attribute list */
H5O_MSG_NAME, /*0x000D Object name */
H5O_MSG_MTIME, /*0x000E Object modification date and time */
- H5O_MSG_SHARED, /*0x000F Shared header message */
+ H5O_MSG_SHARED, /*0x000F Shared header message (shouldn't be in file) */
H5O_MSG_CONT, /*0x0010 Object header continuation */
H5O_MSG_STAB, /*0x0011 Symbol table */
H5O_MSG_MTIME_NEW, /*0x0012 New Object modification date and time */