diff options
-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. */ |