summaryrefslogtreecommitdiff
path: root/tests/tsinh_cosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsinh_cosh.c')
-rw-r--r--tests/tsinh_cosh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsinh_cosh.c b/tests/tsinh_cosh.c
index edbc86c4a..347c494c7 100644
--- a/tests/tsinh_cosh.c
+++ b/tests/tsinh_cosh.c
@@ -48,7 +48,7 @@ failed (mpfr_t x, mpfr_t esh, mpfr_t gsh, mpfr_t ech, mpfr_t gch)
/* check against sinh, cosh */
static void
-check (mpfr_t x, mp_rnd_t rnd)
+check (mpfr_t x, mpfr_rnd_t rnd)
{
mpfr_t s, c, sx, cx;
int isc, is, ic;