diff options
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r-- | src/H5Epublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index 1671967..dd71563 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -42,9 +42,9 @@ typedef struct H5E_error_t { hid_t cls_id; /*class ID */ hid_t maj_num; /*major error ID */ hid_t min_num; /*minor error number */ + unsigned line; /*line in file where error occurs */ const char *func_name; /*function in which error occurred */ const char *file_name; /*file in which error occurred */ - unsigned line; /*line in file where error occurs */ const char *desc; /*optional supplied description */ } H5E_error_t; |