diff options
| author | Kouhei Sutou <[email protected]> | 2014-06-09 23:00:02 +0900 |
|---|---|---|
| committer | Kouhei Sutou <[email protected]> | 2014-06-09 23:00:02 +0900 |
| commit | 4f3114dbc9bb2a78d73799eacc71c0c0d3cc4a48 (patch) | |
| tree | e66f483d1f57f6764f8a8e8a58167f09d7845c46 /mrbgems/mruby-bin-mirb | |
| parent | e070fce835601ef9ff8d6fac8f7b16ff1a12cc54 (diff) | |
| download | mruby-4f3114dbc9bb2a78d73799eacc71c0c0d3cc4a48.tar.gz mruby-4f3114dbc9bb2a78d73799eacc71c0c0d3cc4a48.zip | |
Add a missing space after ","
Diffstat (limited to 'mrbgems/mruby-bin-mirb')
| -rw-r--r-- | mrbgems/mruby-bin-mirb/tools/mirb/mirb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c index 67f0d057a..dece361a5 100644 --- a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c +++ b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c @@ -424,7 +424,7 @@ main(int argc, char **argv) else { /* no */ if (!mrb_respond_to(mrb, result, mrb_intern_lit(mrb, "inspect"))){ - result = mrb_any_to_s(mrb,result); + result = mrb_any_to_s(mrb, result); } p(mrb, result, 1); } |
