Skip to content

Commit 7d57539

Browse files
committed
Merge branch 'cgzipmodule' of github.com:pycompression/python-isal into cgzipmodule
2 parents 867230b + b776c9b commit 7d57539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isal/isal_zlibmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ static PyTypeObject IsalZlibDecompType = {
12601260
#define GzipReader_NULL_BYTES 4
12611261

12621262
typedef struct _GzipReaderStruct {
1263-
PyObject_HEAD;
1263+
PyObject_HEAD
12641264
uint8_t *input_buffer;
12651265
size_t buffer_size;
12661266
uint8_t *current_pos;

0 commit comments

Comments
 (0)