mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove double semicolon at end of line in weakmap.c [ci skip]
This commit is contained in:
parent
a9f509e6c5
commit
926b4e2f40
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ wmap_aset_replace(st_data_t *key, st_data_t *val, st_data_t new_key_ptr, int exi
|
|||
else {
|
||||
struct weakmap_entry *entry = xmalloc(sizeof(struct weakmap_entry));
|
||||
|
||||
*key = (st_data_t)&entry->key;;
|
||||
*key = (st_data_t)&entry->key;
|
||||
*val = (st_data_t)&entry->val;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue