revert accidental constify.

This commit is contained in:
Tomoyuki Sahara
2014-08-05 15:02:27 +09:00
parent a18c575614
commit 412b9eb827
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ mrb_gc_free_str(mrb_state *mrb, struct RString *str)
mrb_free(mrb, str->as.heap.ptr);
}
MRB_API const char*
MRB_API char*
mrb_str_to_cstr(mrb_state *mrb, mrb_value str0)
{
struct RString *s;