diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-02-20 22:03:04 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-02-20 22:03:04 (GMT) |
commit | a9f5945de0964e10cd6d1a3ef671cdb4bb4303e4 (patch) | |
tree | 515da1c736b41269f392eb354adf95f26786da3a /src/H5Dpublic.h | |
parent | 94838213e64892e965dde3f8f335630cd048b4e0 (diff) | |
download | hdf5-a9f5945de0964e10cd6d1a3ef671cdb4bb4303e4.zip hdf5-a9f5945de0964e10cd6d1a3ef671cdb4bb4303e4.tar.gz hdf5-a9f5945de0964e10cd6d1a3ef671cdb4bb4303e4.tar.bz2 |
[svn-r16505] Maintenance: Fixed a typo discovered while compiling on AIX system
Platforms tested: Mac OSX and AIX (by Ed) (minor fix)
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r-- | src/H5Dpublic.h | 2 |
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 */ |