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
@@ -15,7 +15,7 @@
#include "mruby/array.h"
#include "error.h"
KHASH_DEFINE(mt, mrb_sym, struct RProc*, 1, kh_int_hash_func, kh_int_hash_equal);
KHASH_DEFINE(mt, mrb_sym, struct RProc*, 1, kh_int_hash_func, kh_int_hash_equal)
typedef struct fc_result {
mrb_sym name;