diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-12 04:24:36 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-12 04:24:36 +0200 |
commit | fcbcbfd7e57b2edac35c66a7617f7ab5d0467220 (patch) | |
tree | 15bab44aef5d0344c809baa3c2d183b546add91e | |
parent | f846bc10e7f36e7c6f7c7888544af2a0932a8001 (diff) |
Fixing typo.
-rw-r--r-- | lib/Handle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Handle.cc b/lib/Handle.cc index 210186d..401ea26 100644 --- a/lib/Handle.cc +++ b/lib/Handle.cc @@ -759,7 +759,7 @@ void Handle::Flush() { if (z >= 10) { } else if (zfile) { - gzflush(zile, Z_FULL_FLUSH); + gzflush(zfile, Z_FULL_FLUSH); } else { #ifdef HAVE_FSYNC fsync(h); |