Skip to content

Commit

Permalink
Small MRuby gem fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Scott Lewis committed Sep 16, 2015
1 parent ca0805c commit e308aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gem_init.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "mruby.h"

void mrb_mruby_cura_gem_init( mrb_state *mrb ) {
void mrb_cura_gem_init( mrb_state *mrb ) {
}

void mrb_mruby_cura_gem_final( mrb_state *mrb ) {
void mrb_cura_gem_final( mrb_state *mrb ) {
}

0 comments on commit e308aff

Please sign in to comment.