diff options
| -rw-r--r-- | sys/src/cmd/python/Modules/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/python/Modules/main.c b/sys/src/cmd/python/Modules/main.c index 83d567fed..80c0c04c3 100644 --- a/sys/src/cmd/python/Modules/main.c +++ b/sys/src/cmd/python/Modules/main.c @@ -182,7 +182,7 @@ static int RunModule(char *module) "threading" threads have completed. */ #include "abstract.h" static void -WaitForThreadShutdown() +WaitForThreadShutdown(void) { #ifdef WITH_THREAD PyObject *result; |
