aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 33e864d24c..7964d0df94 100644
--- a/gc.c
+++ b/gc.c
@@ -1250,6 +1250,6 @@ void
xfree(ptr)
void *ptr;
{
- return ruby_xfree(ptr);
+ ruby_xfree(ptr);
}