aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/floatfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 614506e7c4f..11cf657f105 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -829,7 +829,7 @@ static double
829rint (d) 829rint (d)
830 double d; 830 double d;
831{ 831{
832 return floor(d + 0.5); 832 return floor (d + 0.5);
833} 833}
834#endif 834#endif
835 835