summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-14 11:21:54 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-14 11:21:54 +0000
commit3bc0c3dfc63093ff84c16f0274b77517c646ad8f (patch)
tree31cf559209bf356c4a65cfc5e94f0b72d5826a92 /ext
parent08a6ddad6874423358aecd2ea639bb0d4a59d41e (diff)
downloadruby-3bc0c3dfc63093ff84c16f0274b77517c646ad8f.tar.gz
ruby-3bc0c3dfc63093ff84c16f0274b77517c646ad8f.tar.xz
ruby-3bc0c3dfc63093ff84c16f0274b77517c646ad8f.zip
* ext/zlib/zlib.c: fixed typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/zlib/zlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index 425a30e5f..8caadaedd 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);