Minor documentation fix.

This commit is contained in:
David Reid
2020-04-04 14:32:28 +10:00
parent 6bcf88d18e
commit f378577eac
+1 -1
View File
@@ -641,7 +641,7 @@ The table below are the supported encoding backends:
The code below is an example of how to enable encoding backends: The code below is an example of how to enable encoding backends:
```c ```c
#include "dr_wav.h" // Enables WAV decoding. #include "dr_wav.h" // Enables WAV encoding.
#define MINIAUDIO_IMPLEMENTATION #define MINIAUDIO_IMPLEMENTATION
#include "miniaudio.h" #include "miniaudio.h"