From 2c86dad5bba230ef5888221810802c994f4f8929 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Fri, 20 Feb 2009 17:02:08 -0500 Subject: [svn-r16504] Maintenance: Fixed a typo discovered while compiling on AIX system Platforms tested: Mac OSX and AIX (by Ed) (minor fix) --- src/H5Dpublic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12