summaryrefslogtreecommitdiff
path: root/mpfr.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-01-30 12:39:02 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-01-30 12:39:02 +0000
commit072bf3c2c9ff6b6755c6229550bf7d245f949b71 (patch)
tree88d38508c353728dc9d73ee9f8945551d73b5870 /mpfr.h
parent190197ff3d17c2a475cbf78911cb3149f9be80d2 (diff)
downloadmpfr-072bf3c2c9ff6b6755c6229550bf7d245f949b71.tar.gz
Reformat.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5244 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.h')
-rw-r--r--mpfr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr.h b/mpfr.h
index 13c7fa53c..95dc842b8 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -384,7 +384,7 @@ __MPFR_DECLSPEC int mpfr_sqrt _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,
__MPFR_DECLSPEC int mpfr_sqrt_ui _MPFR_PROTO ((mpfr_ptr, unsigned long,
mpfr_rnd_t));
__MPFR_DECLSPEC int mpfr_rec_sqrt _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,
- mpfr_rnd_t));
+ mpfr_rnd_t));
__MPFR_DECLSPEC int mpfr_add _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,
mpfr_srcptr, mpfr_rnd_t));