diff options
| author | Cremno <[email protected]> | 2013-03-02 01:42:06 +0100 |
|---|---|---|
| committer | Cremno <[email protected]> | 2013-03-02 01:42:06 +0100 |
| commit | 7ba301c2011e6c5d54480cd51450c9c85598ac03 (patch) | |
| tree | 022c52500e8de1928a154fb43189ec2f256d92d0 /src | |
| parent | 8f5a09ba159f4175048b8721d689f43effc6388b (diff) | |
| download | mruby-7ba301c2011e6c5d54480cd51450c9c85598ac03.tar.gz mruby-7ba301c2011e6c5d54480cd51450c9c85598ac03.zip | |
mrb_open takes no arguments: (void) instead of ()
Diffstat (limited to 'src')
| -rw-r--r-- | src/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c index 53773ac89..46d8780b7 100644 --- a/src/state.c +++ b/src/state.c @@ -72,7 +72,7 @@ mrb_alloca_free(mrb_state *mrb) } mrb_state* -mrb_open() +mrb_open(void) { mrb_state *mrb = mrb_open_allocf(allocf, NULL); |
