diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index ceb47f0..0088432 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -270,7 +270,7 @@ #if SIZEOF_INT32_T>=4 #elif SIZEOF_SHORT>=4 - typedef short int32_t + typedef short int32_t; # undef SIZEOF_INT32_T # define SIZEOF_INT32_T SIZEOF_SHORT #elif SIZEOF_INT>=4 |