aboutsummaryrefslogtreecommitdiff
path: root/src/libflate/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libflate/zlib.h')
-rw-r--r--src/libflate/zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libflate/zlib.h b/src/libflate/zlib.h
index 9669d86a..da97c0c6 100644
--- a/src/libflate/zlib.h
+++ b/src/libflate/zlib.h
@@ -7,5 +7,5 @@ enum
ZlibDeflate = 0x08,
ZlibCInfo = 0xf0, /* mask of compression aux. info */
- ZlibWin32k = 0x70, /* 32k history window */
+ ZlibWin32k = 0x70 /* 32k history window */
};