diff options
author | derobins <dana.e.robinson@gmail.com> | 2016-12-02 06:00:45 (GMT) |
---|---|---|
committer | derobins <dana.e.robinson@gmail.com> | 2016-12-02 06:00:45 (GMT) |
commit | 488f19a9cbd2e89e83847a628e59f57f4293fed0 (patch) | |
tree | 2d6a6d4f9a0edfaa2b1b174047451110c73b2be4 /src/H5win32defs.h | |
parent | 0c5f56a865725f1e5aaf14704ebcb0704e07bb59 (diff) | |
download | hdf5-488f19a9cbd2e89e83847a628e59f57f4293fed0.zip hdf5-488f19a9cbd2e89e83847a628e59f57f4293fed0.tar.gz hdf5-488f19a9cbd2e89e83847a628e59f57f4293fed0.tar.bz2 |
Fixed a comment.
Diffstat (limited to 'src/H5win32defs.h')
-rw-r--r-- | src/H5win32defs.h | 8 |
1 files 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); |