aboutsummaryrefslogtreecommitdiff
path: root/src/libflate
diff options
context:
space:
mode:
Diffstat (limited to 'src/libflate')
-rw-r--r--src/libflate/deflate.c2
-rw-r--r--src/libflate/zlib.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libflate/deflate.c b/src/libflate/deflate.c
index 6f01778f..3f5b69a6 100644
--- a/src/libflate/deflate.c
+++ b/src/libflate/deflate.c
@@ -67,7 +67,7 @@ enum
EstLitBits = 8,
EstLenBits = 4,
- EstOffBits = 5,
+ EstOffBits = 5
};
/*
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 */
};