diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-07-21 21:46:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-07-21 21:46:47 (GMT) |
commit | 9877da0a6f8ec843926f11468c39121b81b40402 (patch) | |
tree | ef2e08fabeb4f21e584d405f7feedbdd3e63f0a5 /test | |
parent | 19327521770a5a61ecb7cf62415b37ce1f82328c (diff) | |
download | hdf5-9877da0a6f8ec843926f11468c39121b81b40402.zip hdf5-9877da0a6f8ec843926f11468c39121b81b40402.tar.gz hdf5-9877da0a6f8ec843926f11468c39121b81b40402.tar.bz2 |
HDFFV-10845 fix comment syntax
Diffstat (limited to 'test')
-rw-r--r-- | test/links.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/links.c b/test/links.c index 69ec665..594e77e 100644 --- a/test/links.c +++ b/test/links.c @@ -4814,7 +4814,7 @@ external_link_win5(hid_t fapl, hbool_t new_format) /* set up name for target link: "<drive-letter+1>:tmp/extlinks14" */ if (drive >= 26) - drive -= 2; /* account for drive Z + drive -= 2; /* account for drive Z */ HDsnprintf(tmpname, sizeof(tmpname), "%c:%s", ((drive+1)+'A'-1), FILENAME[35]); h5_fixname(tmpname, fapl, filename2, sizeof filename2); @@ -4904,7 +4904,7 @@ external_link_win6(hid_t fapl, hbool_t new_format) TEST_ERROR drive = HDgetdrive(); if (drive >= 26) - drive -= 2; /* account for drive Z + drive -= 2; /* account for drive Z */ /* set up name for main file: "extlinks0" */ h5_fixname(FILENAME[12], fapl, filename1, sizeof filename1); |