Fix floattime prototype ((void), not (double))
This commit is contained in:
parent
58d0510245
commit
ed77bac472
|
@ -91,7 +91,7 @@ extern int ftime(struct timeb *);
|
||||||
|
|
||||||
/* Forward declarations */
|
/* Forward declarations */
|
||||||
static int floatsleep(double);
|
static int floatsleep(double);
|
||||||
static double floattime(double);
|
static double floattime(void);
|
||||||
|
|
||||||
/* For Y2K check */
|
/* For Y2K check */
|
||||||
static PyObject *moddict;
|
static PyObject *moddict;
|
||||||
|
|
Loading…
Reference in New Issue