mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
typo fixed in irep.h
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user