From fcbcbfd7e57b2edac35c66a7617f7ab5d0467220 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 12 May 2013 04:24:36 +0200 Subject: Fixing typo. --- lib/Handle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3