aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index c256620b..60d18624 100644
--- a/array.c
+++ b/array.c
@@ -709,7 +709,7 @@ value_info(NODE *n)
n->stfmt == STFMT_UNUSED ? "<unused>"
: fmt_list[n->stfmt]->stptr);
#ifdef HAVE_MPFR
- fprintf(output_fp, ", RNDMODE=\"%c\"", n->strndmode);
+ fprintf(output_fp, ", ROUNDMODE=\"%c\"", n->strndmode);
#endif
}