diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Epublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index e02145d..02cc9c6 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -98,8 +98,8 @@ typedef enum H5E_major_t { H5E_EFL, /*External file list */ H5E_RAGGED, /*Ragged arrays */ H5E_REFERENCE, /*References */ - H5E_VFL, /*Virtual File Layer */ - H5E_TBBT /*Threaded, Balanced, Binary Trees */ + H5E_VFL, /*Virtual File Layer */ + H5E_TBBT /*Threaded, Balanced, Binary Trees */ } H5E_major_t; /* Declare an enumerated type which holds all the valid minor HDF error codes */ |