summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index 712a339db0..6f92bb5bfe 100644
--- a/mg.c
+++ b/mg.c
@@ -2540,7 +2540,7 @@ cleanup:
PL_Sv = tSv; /* Restore global temporaries. */
PL_Xpv = tXpv;
- return 0;
+ return;
}