Commit 263b1829 authored by Thomas Wouters's avatar Thomas Wouters

Fix floattime prototype ((void), not (double))

parent 1b630688
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment