mrb_open takes no arguments: (void) instead of ()

This commit is contained in:
Cremno
2013-03-02 01:42:06 +01:00
parent 8f5a09ba15
commit 7ba301c201
+1 -1
View File
@@ -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);