From 9877da0a6f8ec843926f11468c39121b81b40402 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Sun, 21 Jul 2019 16:46:47 -0500 Subject: HDFFV-10845 fix comment syntax --- test/links.c | 4 ++-- 1 file 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: ":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); -- cgit v0.12