summaryrefslogtreecommitdiffstats
path: root/test/links.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-21 21:46:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-21 21:46:47 (GMT)
commit9877da0a6f8ec843926f11468c39121b81b40402 (patch)
treeef2e08fabeb4f21e584d405f7feedbdd3e63f0a5 /test/links.c
parent19327521770a5a61ecb7cf62415b37ce1f82328c (diff)
downloadhdf5-9877da0a6f8ec843926f11468c39121b81b40402.zip
hdf5-9877da0a6f8ec843926f11468c39121b81b40402.tar.gz
hdf5-9877da0a6f8ec843926f11468c39121b81b40402.tar.bz2
HDFFV-10845 fix comment syntax
Diffstat (limited to 'test/links.c')
-rw-r--r--test/links.c4
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);