diff options
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 2 |
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 | |||
| 829 | rint (d) | 829 | rint (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 | ||