From 1bd2122041d06782f46dd5f3c6b2b50909a7bd65 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