diff options
Diffstat (limited to 'src/math.c')
| -rw-r--r-- | src/math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math.c b/src/math.c index 3e4550946..782b75c97 100644 --- a/src/math.c +++ b/src/math.c @@ -11,7 +11,7 @@ #include <math.h> #define domain_error(msg) \ - mrb_raise(mrb, E_RANGE_ERROR, "Numerical argument is out of domain - " #msg); + mrb_raise(mrb, E_RANGE_ERROR, "Numerical argument is out of domain - " #msg) /* math functions not provided under Microsoft Visual C++ */ #ifdef _MSC_VER |
