summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-05-12 04:24:36 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-05-12 04:24:36 +0200
commitfcbcbfd7e57b2edac35c66a7617f7ab5d0467220 (patch)
tree15bab44aef5d0344c809baa3c2d183b546add91e
parentf846bc10e7f36e7c6f7c7888544af2a0932a8001 (diff)
Fixing typo.
-rw-r--r--lib/Handle.cc2
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);