Skip to content

Commit

Permalink
Merge pull request #331 from dacav/fix_doc_mistake
Browse files Browse the repository at this point in the history
Fix documentation mistake
  • Loading branch information
michaelrsweet authored Oct 1, 2024
2 parents d650587 + e4593a6 commit 9544511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/body.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function. For example, to specify a callback function called `my_type_cb` that
has no callback data:

```c
mxmlOptionsSetTypeValue(options, my_type_cb, /*cbdata*/NULL);
mxmlOptionsSetTypeCallback(options, my_type_cb, /*cbdata*/NULL);
```

The `my_type_cb` function accepts the callback data pointer (`NULL` in this
Expand Down

0 comments on commit 9544511

Please sign in to comment.