summaryrefslogtreecommitdiff
path: root/ext/coverage
diff options
context:
space:
mode:
Diffstat (limited to 'ext/coverage')
-rw-r--r--ext/coverage/coverage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/coverage/coverage.c b/ext/coverage/coverage.c
index dd3819cb56..64fe6cb734 100644
--- a/ext/coverage/coverage.c
+++ b/ext/coverage/coverage.c
@@ -96,7 +96,7 @@ static VALUE
method_coverage(VALUE methods)
{
VALUE ret = rb_hash_new();
- int i, id;
+ int i, id = 0;
for (i = 0; i < RARRAY_LEN(methods); ) {
VALUE method_name = RARRAY_AREF(methods, i++);