Skip to content

Commit c7e84b8

Browse files
committed
after the loop
1 parent 9e629d4 commit c7e84b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_impl/blake3module.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ static PyObject *Blake3_update_mmap(Blake3Object *self, PyObject *args,
255255
PyErr_SetFromErrno(PyExc_OSError);
256256
goto exit;
257257
}
258-
return NULL;
259258

260259
char *buf[BUFSIZE];
261260
while (1) {
@@ -271,6 +270,7 @@ static PyObject *Blake3_update_mmap(Blake3Object *self, PyObject *args,
271270
break;
272271
}
273272
}
273+
return NULL;
274274

275275
printf("JACK 7\n");
276276
int fclose_ret = fclose(file);

0 commit comments

Comments
 (0)