summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-11-30 19:12:49 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2012-11-30 19:12:49 -0800
commit5947113f784a349e1ee4c0e1d708122090567f86 (patch)
tree782321eb0f73e686e43a9e91c38da748de623ded /include
parent620fd92f090cbfa0f3cf81656792202bfa780a66 (diff)
parentee0563823d54b507c0dfdce4fbdb20c80fe3aadc (diff)
downloadmruby-5947113f784a349e1ee4c0e1d708122090567f86.tar.gz
mruby-5947113f784a349e1ee4c0e1d708122090567f86.zip
Merge pull request #578 from tricknotes/stop-warning
Stop warning: extra ';' outside of a function
Diffstat (limited to 'include')
-rw-r--r--include/mruby/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/proc.h b/include/mruby/proc.h
index 50e55f231..96f7ddbd7 100644
--- a/include/mruby/proc.h
+++ b/include/mruby/proc.h
@@ -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" { */