summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Modules')
-rw-r--r--Modules/timemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index 189476c..18223b2 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -91,7 +91,7 @@ extern int ftime(struct timeb *);
/* Forward declarations */
static int floatsleep(double);
-static double floattime(double);
+static double floattime(void);
/* For Y2K check */
static PyObject *moddict;