Silence compiler warning.

This commit is contained in:
Guido van Rossum 2007-07-10 20:14:13 +00:00
parent 3f42908051
commit 1bd2122041
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ extern void dump_counts(FILE*);
/* Flush stdout and stderr */
void
flush_std_files()
flush_std_files(void)
{
PyObject *fout = PySys_GetObject("stdout");
PyObject *ferr = PySys_GetObject("stderr");