diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-02-17 18:55:15 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-02-17 18:55:15 (GMT) |
commit | 9db8b51bda8ef7bf669954264485dc52e0578967 (patch) | |
tree | 0d66211fbb51590eaa152b8256749b01bb0fb79c | |
parent | 04fd81482dc32fe7578b0d78808800707042f2d2 (diff) | |
download | hdf5-9db8b51bda8ef7bf669954264485dc52e0578967.zip hdf5-9db8b51bda8ef7bf669954264485dc52e0578967.tar.gz hdf5-9db8b51bda8ef7bf669954264485dc52e0578967.tar.bz2 |
[svn-r1075] Fixed a typo of a missing ;
-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 |