diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-01-08 23:31:20 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-01-08 23:31:20 (GMT) |
commit | 9ea06b2e58a7cdddd94b5a4654b961ee61672e02 (patch) | |
tree | e88320a12ee31993a984f394965f1914da966e07 | |
parent | fb5d83e146679f4d0ca16cf54b410f04a262451e (diff) | |
download | hdf5-9ea06b2e58a7cdddd94b5a4654b961ee61672e02.zip hdf5-9ea06b2e58a7cdddd94b5a4654b961ee61672e02.tar.gz hdf5-9ea06b2e58a7cdddd94b5a4654b961ee61672e02.tar.bz2 |
fix uint
-rw-r--r-- | config/cmake/H5pubconf.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 1678466..4ff986a 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -599,7 +599,7 @@ /* The size of `short', as computed by sizeof. */ #cmakedefine H5_SIZEOF_SHORT @H5_SIZEOF_SHORT@ -/* The size of `time_t', as computed by sizeof. */ +/* The size of `time_t', as computed by sizeof.*/ #cmakedefine H5_SIZEOF_TIME_T @H5_SIZEOF_TIME_T@ /* The size of `uint16_t', as computed by sizeof. */ |