summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bignum.c b/bignum.c
index d778406487..fb3afdc3c0 100644
--- a/bignum.c
+++ b/bignum.c
@@ -101,7 +101,7 @@ void
rb_big_2comp(x) /* get 2's complement */
VALUE x;
{
- return get2comp(x, Qtrue);
+ get2comp(x, Qtrue);
}
static VALUE