diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-05-12 00:38:58 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-05-12 00:38:58 +0800 |
| commit | ab378085deb315c210b1e883f35659b5b6eccfc8 (patch) | |
| tree | 8c8fca8c69d0ea4c76f9db19089814f84afd0b60 /tools | |
| parent | 917d70e31bb25f5917d06bb5a81190dfb6f17e26 (diff) | |
| download | mruby-ab378085deb315c210b1e883f35659b5b6eccfc8.tar.gz mruby-ab378085deb315c210b1e883f35659b5b6eccfc8.zip | |
Remove unnecessary elements
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mirb/mirb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mirb/mirb.c b/tools/mirb/mirb.c index 3089d288f..e3dd097a8 100644 --- a/tools/mirb/mirb.c +++ b/tools/mirb/mirb.c @@ -83,7 +83,7 @@ bool is_code_block_open(struct mrb_parser_state *parser) { if (!code_block_open) { // based on the last parser state the code - // block seems to be open + // block seems to be closed // now check if parser error are available if (0 < parser->nerr) { |
