From 70607ee9434fc8911fe78f938e247cf65100c6d9 Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 14 Feb 2006 11:21:54 +0000 Subject: * ext/zlib/zlib.c: fixed typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9932 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 425a30e5fb..8caadaeddc 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -2212,7 +2212,7 @@ gzfile_writer_end_run(arg) gzfile_make_header(gz); } - zstream_run(&gz->z, (Bytef*)"", 0, Z_FINISH); + zstream_run(&gz->z, "", 0, Z_FINISH); gzfile_make_footer(gz); gzfile_write_raw(gz); -- cgit v1.2.3