From 488f19a9cbd2e89e83847a628e59f57f4293fed0 Mon Sep 17 00:00:00 2001 From: derobins Date: Fri, 2 Dec 2016 01:00:45 -0500 Subject: Fixed a comment. --- src/H5win32defs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/H5win32defs.h b/src/H5win32defs.h index 4124c71..33d37b6 100644 --- a/src/H5win32defs.h +++ b/src/H5win32defs.h @@ -104,10 +104,10 @@ extern "C" { H5_DLL int c99_vsnprintf(char* str, size_t size, const char* format, va_list ap); /* Round functions only needed for VS2012 and earlier. - * They are always built to ensure they don't go stale and - * can be deleted (along with their #defines, above) when we - * drop VS2012 support. - */ + * They are always built to ensure they don't go stale and + * can be deleted (along with their #defines, above) when we + * drop VS2012 support. + */ H5_DLL long long Wllround(double arg); H5_DLL long long Wllroundf(float arg); H5_DLL long Wlround(double arg); -- cgit v0.12