From 9ea06b2e58a7cdddd94b5a4654b961ee61672e02 Mon Sep 17 00:00:00 2001 From: "M. Scot Breitenfeld" Date: Tue, 8 Jan 2019 17:31:20 -0600 Subject: fix uint --- config/cmake/H5pubconf.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v0.12