diff options
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r-- | src/H5Ipublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h index bda034c..1efa6ad 100644 --- a/src/H5Ipublic.h +++ b/src/H5Ipublic.h @@ -47,7 +47,7 @@ typedef enum H5I_type_t { H5I_GENPROP_LST, /*type ID for generic property lists */ H5I_ERROR_CLASS, /*type ID for error classes */ H5I_ERROR_MSG, /*type ID for error messages */ - H5I_ERROR_STACK, /*type ID for error stacks */ + H5I_ERROR_STACK, /*type ID for error stacks */ H5I_NTYPES /*number of library types, MUST BE LAST! */ } H5I_type_t; |