summaryrefslogtreecommitdiffstats
path: root/test/cmpd_dset.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmpd_dset.c')
-rw-r--r--test/cmpd_dset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmpd_dset.c b/test/cmpd_dset.c
index 0c7f77c..e97bb3b 100644
--- a/test/cmpd_dset.c
+++ b/test/cmpd_dset.c
@@ -1669,7 +1669,7 @@ error:
for (_i = 0; _i < PACK_NMEMBS; _i++) \
printf(" %d", order[_i]); \
printf("\n Inner compound order = %d, location = %d\n", sub_cmpd_order, order[sub_cmpd_order]); \
- HDfflush(stdout); \
+ fflush(stdout); \
goto error; \
}