summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 56abed8ee8..ea4122ca71 100644
--- a/numeric.c
+++ b/numeric.c
@@ -2455,7 +2455,7 @@ fix_pow(VALUE x, VALUE y)
if (a == -1) {
if (b % 2 == 0)
return INT2FIX(1);
- else
+ else
return INT2FIX(-1);
}
return int_pow(a, b);