From a247e3367847567de1b605bfb63e19e06ee582e9 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Wed, 22 Feb 2017 17:41:42 -0500 Subject: Changed C++ comments to C comments in H5win32defs.h. --- src/H5win32defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5win32defs.h b/src/H5win32defs.h index 63c3a16..b419f06 100644 --- a/src/H5win32defs.h +++ b/src/H5win32defs.h @@ -75,8 +75,8 @@ struct timezone { #if (_MSC_VER < 1900) struct timespec { - time_t tv_sec; // Seconds - >= 0 - long tv_nsec; // Nanoseconds - [0, 999999999] + time_t tv_sec; /* Seconds - >= 0 */ + long tv_nsec; /* Nanoseconds - [0, 999999999] */ }; #endif /* MSC_VER < 1900 */ -- cgit v0.12