Skip to content

Commit

Permalink
tests: fix incompatible pointer to int conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Mar 3, 2024
1 parent dda6509 commit 01ab7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/extended_with_no_setup/extended/extended.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ static PyMethodDef module_methods[] = {
{
"hello",
(PyCFunction) hello,
NULL,
METH_NOARGS,
PyDoc_STR("Say hello.")
},
{NULL}
Expand Down

0 comments on commit 01ab7be

Please sign in to comment.