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 */
|
||||
static int floatsleep(double);
|
||||
static double floattime(double);
|
||||
static double floattime(void);
|
||||
|
||||
/* For Y2K check */
|
||||
static PyObject *moddict;
|
||||
|
|
Loading…
Reference in New Issue