diff options
Diffstat (limited to 'src/error.c')
| -rw-r--r-- | src/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.c b/src/error.c index c0a2a232c..c11809992 100644 --- a/src/error.c +++ b/src/error.c @@ -183,7 +183,7 @@ exc_equal(mrb_state *mrb, mrb_value exc) void mrb_exc_raise(mrb_state *mrb, mrb_value exc) { - mrb->exc = (struct RObject *) mrb_object(exc); + mrb->exc = (struct RObject*)mrb_object(exc); longjmp(*(jmp_buf*)mrb->jmp, 1); } |
