From d35f41076143f440e59a2d99aca16f88ac75cb67 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 6 Jan 2005 11:29:58 +0000 Subject: * ext/zlib/zlib.c (zstream_end): should return value. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/zlib/zlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zlib/zlib.c') diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 1d4ce6d680..90f4d22fa9 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -682,7 +682,7 @@ zstream_end(z) if (RTEST(ruby_debug)) { rb_warning("attempt to close uninitialized zstream; ignored."); } - return; + return Qnil; } if (z->flags & ZSTREAM_FLAG_IN_STREAM) { if (RTEST(ruby_debug)) { -- cgit v1.2.3