aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index eb3f870b97c..76a54547a5d 100644
--- a/src/data.c
+++ b/src/data.c
@@ -2733,8 +2733,7 @@ Both must be integers or markers. */)
2733 2733
2734#ifndef HAVE_FMOD 2734#ifndef HAVE_FMOD
2735double 2735double
2736fmod (f1, f2) 2736fmod (double f1, double f2)
2737 double f1, f2;
2738{ 2737{
2739 double r = f1; 2738 double r = f1;
2740 2739