summaryrefslogtreecommitdiff
path: root/clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'clear.c')
-rw-r--r--clear.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clear.c b/clear.c
index 342a5d2fb..d9ce82443 100644
--- a/clear.c
+++ b/clear.c
@@ -7,7 +7,7 @@ void
#if __STDC__
mpfr_clear (mpfr_ptr m)
#else
-mpfr_init (m)
+mpfr_clear (m)
mpfr_ptr m;
#endif
{