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

This commit is contained in:
Thomas Wouters 2000-07-24 15:26:39 +00:00
parent 58d0510245
commit ed77bac472
1 changed files with 1 additions and 1 deletions

View File

@ -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;