mirror of
https://github.com/google/brotli.git
synced 2026-09-23 15:15:35 +00:00
Update brotlimodule.cc
This commit is contained in:
@@ -20,6 +20,7 @@ static int as_uint8(PyObject *o, int* result) {
|
||||
return 0;
|
||||
}
|
||||
*result = (int) value;
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int mode_convertor(PyObject *o, BrotliParams::Mode *mode) {
|
||||
|
||||
Reference in New Issue
Block a user