summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 61b9c9a3cd..f4fc3dc04f 100644
--- a/hash.c
+++ b/hash.c
@@ -2854,7 +2854,7 @@ keep_if_i(VALUE key, VALUE value, VALUE hash)
* Hash#filter! is an alias for Hash#select!.
*/
-VALUE
+static VALUE
rb_hash_select_bang(VALUE hash)
{
st_index_t n;