Stop warning: extra ';' outside of a function

This commit is contained in:
Ryunosuke SATO
2012-11-30 22:42:25 +09:00
parent 2ea245db3d
commit ee0563823d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ struct RProc *mrb_closure_new(mrb_state*, mrb_irep*);
void mrb_proc_copy(struct RProc *a, struct RProc *b);
#include "mruby/khash.h"
KHASH_DECLARE(mt, mrb_sym, struct RProc*, 1);
KHASH_DECLARE(mt, mrb_sym, struct RProc*, 1)
#if defined(__cplusplus)
} /* extern "C" { */