Skip to content

Commit

Permalink
Update python-zstd.c
Browse files Browse the repository at this point in the history
Fix definition name
  • Loading branch information
sergey-dryabzhinsky authored Jan 19, 2025
1 parent 5a8241c commit bb1cff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python-zstd.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static PyObject *py_zstd_with_threads(PyObject* self, PyObject *args)
*/
static PyObject *py_zstd_with_asm(PyObject* self, PyObject *args)
{
return Py_BuildValue("i", ! ZSTD_DISABLEASM);
return Py_BuildValue("i", ! ZSTD_DISABLE_ASM);
}


Expand Down

0 comments on commit bb1cff5

Please sign in to comment.