summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-05-27 03:10:15 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-05-27 03:10:15 +0900
commit5a6c77bbe8acd5929421c359bca57ef559a4f0fe (patch)
treefcc3cbb57d3ab878f67b91f0d5ccd5988c80d681 /eval.c
parent39eadca76b48fc7841da688f6745e40897ec37ff (diff)
* expand tabs.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index e778d074dd..b9643803d5 100644
--- a/eval.c
+++ b/eval.c
@@ -454,7 +454,7 @@ rb_class_modify_check(VALUE klass)
goto noclass;
}
}
- rb_frozen_error_raise(klass, "can't modify frozen %s", desc);
+ rb_frozen_error_raise(klass, "can't modify frozen %s", desc);
}
}