summaryrefslogtreecommitdiffhomepage
path: root/src/class.c
diff options
context:
space:
mode:
authorRyunosuke SATO <[email protected]>2012-11-30 22:42:25 +0900
committerRyunosuke SATO <[email protected]>2012-11-30 22:43:53 +0900
commitee0563823d54b507c0dfdce4fbdb20c80fe3aadc (patch)
treedc1e543d2259f7a970d59723678d4a3110608ac1 /src/class.c
parent2ea245db3dd439cf179bbe120177ddcd086e4707 (diff)
downloadmruby-ee0563823d54b507c0dfdce4fbdb20c80fe3aadc.tar.gz
mruby-ee0563823d54b507c0dfdce4fbdb20c80fe3aadc.zip
Stop warning: extra ';' outside of a function
Diffstat (limited to 'src/class.c')
-rw-r--r--src/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class.c b/src/class.c
index 69aa31249..1759914c3 100644
--- a/src/class.c
+++ b/src/class.c
@@ -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;