mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Stop warning: extra ';' outside of a function
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user