Skip to content

Fix incorrect listElementDelete function pointer signature#22

Open
JaskRendix wants to merge 1 commit intozear:masterfrom
JaskRendix:patch-1
Open

Fix incorrect listElementDelete function pointer signature#22
JaskRendix wants to merge 1 commit intozear:masterfrom
JaskRendix:patch-1

Conversation

@JaskRendix
Copy link

The header declared listElementDelete with a function pointer taking no arguments, but the implementation uses a function pointer taking a void * argument. This mismatch causes a compiler error. The header is updated to match the implementation. @zear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant