summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Modules')
-rw-r--r--Modules/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index dc46d55..7594a76 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -183,7 +183,7 @@ static int RunModule(char *module)
"threading" threads have completed. */
#include "abstract.h"
static void
-WaitForThreadShutdown()
+WaitForThreadShutdown(void)
{
#ifdef WITH_THREAD
PyObject *result;