summaryrefslogtreecommitdiffstats
path: root/test/dangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dangle.c')
-rw-r--r--test/dangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dangle.c b/test/dangle.c
index 7d8b851..f2b7497 100644
--- a/test/dangle.c
+++ b/test/dangle.c
@@ -541,7 +541,7 @@ test_dangle_force(void)
hid_t aid, aid2; /* Attribute IDs */
hid_t tid, tid2; /* Named datatype IDs */
ssize_t count; /* Count of open objects */
- hid_t * objs = NULL; /* Pointer to list of open objects */
+ hid_t *objs = NULL; /* Pointer to list of open objects */
size_t u; /* Local index variable */
TESTING("force dangling IDs to close, from API routines");