summaryrefslogtreecommitdiffstats
path: root/test/gen_nullspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gen_nullspace.c')
-rw-r--r--test/gen_nullspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gen_nullspace.c b/test/gen_nullspace.c
index 1c422df..8349a5c 100644
--- a/test/gen_nullspace.c
+++ b/test/gen_nullspace.c
@@ -63,7 +63,7 @@ main(void)
assert(gid > 0);
/* Create an attribute for the group */
- attr = H5Acreate2(gid, ".", NULLATTR, H5T_NATIVE_INT, sid, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
+ attr = H5Acreate2(gid, NULLATTR, H5T_NATIVE_INT, sid, H5P_DEFAULT, H5P_DEFAULT);
assert(attr > 0);
/* Close attribute */