summaryrefslogtreecommitdiff
path: root/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index f82044a98e..5089d8f0f6 100644
--- a/symbol.c
+++ b/symbol.c
@@ -414,7 +414,7 @@ dsymbol_check(const VALUE sym)
if (st_delete(global_symbols.str_id, (st_data_t *)&fstr, NULL) == 0) {
rb_bug("can't remove fstr from str_id (%s)", RSTRING_PTR(fstr));
- };
+ }
if (st_delete(global_symbols.id_str, (st_data_t *)&sym, NULL) == 0) {
rb_bug("can't remove sym from id_sym (%s)", RSTRING_PTR(fstr));
}