From a540c91cc69b26ff7f1afb8674f96de1da9f5c82 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 10 Jul 2007 20:14:13 +0000 Subject: Silence compiler warning. --- Python/pythonrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pythonrun.c') diff --git a/Python/pythonrun.c b/Python/pythonrun.c index d8bc6466bf..bb69b19142 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -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"); -- cgit v1.2.1