Skip to content

Commit b776c9b

Browse files
authored
remove redundant semicolon
1 parent 491c355 commit b776c9b

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)