diff options
| author | mimaki <[email protected]> | 2012-04-20 16:56:13 +0900 |
|---|---|---|
| committer | mimaki <[email protected]> | 2012-04-20 16:56:13 +0900 |
| commit | d67cd99b47a57dc3bf28af0b3bdc42d2eb887f03 (patch) | |
| tree | 4aae8e774689e5b5a70bde6995387c2915548b7b /src | |
| parent | ce195a4465974228dae57b8b836941fa9054ff0b (diff) | |
| download | mruby-d67cd99b47a57dc3bf28af0b3bdc42d2eb887f03.tar.gz mruby-d67cd99b47a57dc3bf28af0b3bdc42d2eb887f03.zip | |
typo fixed in irep.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/irep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irep.h b/src/irep.h index 5ec6cc6f1..d73931a90 100644 --- a/src/irep.h +++ b/src/irep.h @@ -10,7 +10,7 @@ typedef struct mrb_irep { mrb_code *iseq; mrb_value *pool; - int *syms; + mrb_sym *syms; int ilen, plen, slen; } mrb_irep; |
