summaryrefslogtreecommitdiffstats
path: root/test/links_env.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/links_env.c')
-rw-r--r--test/links_env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/links_env.c b/test/links_env.c
index 4e5721e..1191939 100644
--- a/test/links_env.c
+++ b/test/links_env.c
@@ -58,10 +58,10 @@ external_link_env(hid_t fapl, hbool_t new_format)
{
hid_t fid = H5I_INVALID_HID; /* File ID */
hid_t gid = H5I_INVALID_HID; /* Group IDs */
- const char *envval = NULL; /* Pointer to environment variable */
+ const char *envval = NULL; /* Pointer to environment variable */
char filename1[NAME_BUF_SIZE], filename2[NAME_BUF_SIZE],
filename3[NAME_BUF_SIZE]; /* Holders for filename */
- hbool_t is_native; /* Whether native VOL connector is being used */
+ hbool_t is_native; /* Whether native VOL connector is being used */
if (new_format)
TESTING("external links via environment variable (w/new group format)")