From cfdb83349e2be4f97f8f1fd56d87d511cd34cf9e Mon Sep 17 00:00:00 2001 From: drbrain Date: Mon, 28 Aug 2006 02:31:58 +0000 Subject: Make RDoc show up. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/digest/digest.c b/ext/digest/digest.c index 347e3c71c4..906ea18b3b 100644 --- a/ext/digest/digest.c +++ b/ext/digest/digest.c @@ -244,7 +244,7 @@ rb_digest_base_equal(VALUE self, VALUE other) */ void -Init_digest() +Init_digest(void) { mDigest = rb_define_module("Digest"); -- cgit v1.2.3