aboutsummaryrefslogtreecommitdiffstats
path: root/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index 2eb95dcd10..96bd1e9f73 100644
--- a/math.c
+++ b/math.c
@@ -31,7 +31,7 @@ VALUE rb_eMathDomainError;
} while (0)
#define domain_error(msg) \
- rb_raise(rb_eMathDomainError, "Numerical argument is out of domain - " #msg);
+ rb_raise(rb_eMathDomainError, "Numerical argument is out of domain - " #msg)
/*
* call-seq: