ruby: fix compiler warning on third argument of function weechat_ruby_hash_foreach_cb
This commit is contained in:
parent
c14d5ba004
commit
5ca64fc389
@ -178,7 +178,7 @@ weechat_ruby_hashtable_to_hash (struct t_hashtable *hashtable)
|
||||
*/
|
||||
|
||||
int
|
||||
weechat_ruby_hash_foreach_cb (VALUE key, VALUE value, void *arg)
|
||||
weechat_ruby_hash_foreach_cb (VALUE key, VALUE value, VALUE arg)
|
||||
{
|
||||
struct t_hashtable *hashtable;
|
||||
const char *type_values;
|
||||
|
Loading…
x
Reference in New Issue
Block a user