ruby: fix compiler warning on third argument of function weechat_ruby_hash_foreach_cb

v2.8-utf8proc
Sébastien Helleu 2020-03-22 10:29:53 +01:00
parent c14d5ba004
commit 5ca64fc389
1 changed files with 1 additions and 1 deletions

View File

@ -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;