Commit 56e41a0f authored by Clownacy's avatar Clownacy

Update example 'ma_data_converter_uninit' call

parent 38c814f5
...@@ -3003,7 +3003,7 @@ Something like the following may be more suitable depending on your requirements ...@@ -3003,7 +3003,7 @@ Something like the following may be more suitable depending on your requirements
Do the following to uninitialize the data converter: Do the following to uninitialize the data converter:
```c ```c
ma_data_converter_uninit(&converter); ma_data_converter_uninit(&converter, NULL);
``` ```
The following example shows how data can be processed The following example shows how data can be processed
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment