summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2009-02-20 22:02:08 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2009-02-20 22:02:08 (GMT)
commit2c86dad5bba230ef5888221810802c994f4f8929 (patch)
tree9b746ac7106476dc965322fd970e807c64345f0a /src
parent11e7897d320937fe1afaf4e526898ffa0f1a9034 (diff)
downloadhdf5-2c86dad5bba230ef5888221810802c994f4f8929.zip
hdf5-2c86dad5bba230ef5888221810802c994f4f8929.tar.gz
hdf5-2c86dad5bba230ef5888221810802c994f4f8929.tar.bz2
[svn-r16504] Maintenance: Fixed a typo discovered while compiling on AIX system
Platforms tested: Mac OSX and AIX (by Ed) (minor fix)
Diffstat (limited to 'src')
-rw-r--r--src/H5Dpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h
index bae5dcf..c878d4a 100644
--- a/src/H5Dpublic.h
+++ b/src/H5Dpublic.h
@@ -50,7 +50,7 @@ typedef enum H5D_layout_t {
/* Types of chunk index data structures */
typedef enum H5D_chunk_index_t {
- H5D_CHUNK_BTREE = 0, /* v1 B-tree index */
+ H5D_CHUNK_BTREE = 0 /* v1 B-tree index */
} H5D_chunk_index_t;
/* Values for the space allocation time property */