summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/numeric.c b/numeric.c
index 35f3bd3ef4..508360159c 100644
--- a/numeric.c
+++ b/numeric.c
@@ -2182,8 +2182,7 @@ int_chr(int argc, VALUE *argv, VALUE num)
*/
static VALUE
-int_ord(num)
- VALUE num;
+int_ord(VALUE num)
{
return num;
}