Skip to content

Commit

Permalink
Fix documentation mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dacav committed Oct 1, 2024
1 parent d650587 commit e4593a6
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 e4593a6

Please sign in to comment.