summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/pythonrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index c8921da..08d1dbe 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -373,7 +373,7 @@ goaway(sts)
cleanup actions usually done (these are mostly for
debugging anyway). */
- (void *) save_thread();
+ (void) save_thread();
donecalls();
exit_prog(sts);