summaryrefslogtreecommitdiffstats
path: root/test/mirror_vfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mirror_vfd.c')
-rw-r--r--test/mirror_vfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mirror_vfd.c b/test/mirror_vfd.c
index f0f88f9..e738364 100644
--- a/test/mirror_vfd.c
+++ b/test/mirror_vfd.c
@@ -64,7 +64,7 @@ static unsigned int g_verbosity = DEFAULT_VERBOSITY;
do { \
if ((lvl) <= g_verbosity) { \
fprintf(g_log_stream, __VA_ARGS__); \
- HDfflush(g_log_stream); \
+ fflush(g_log_stream); \
} \
} while (0)