summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index eac1d21697..da07bd5d9f 100644
--- a/string.c
+++ b/string.c
@@ -9727,7 +9727,7 @@ rb_str_crypt(VALUE str, VALUE salt)
* "a".ord #=> 97
*/
-VALUE
+static VALUE
rb_str_ord(VALUE s)
{
unsigned int c;