Skip to content

Commit c62468b

Browse files
committed
include: Fixed docs that said "SDL" where it meant "SDL_mixer".
1 parent fb6365b commit c62468b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/SDL3_mixer/SDL_mixer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ typedef struct MIX_Group MIX_Group;
202202
#define MIX_MAJOR_VERSION 3
203203

204204
/**
205-
* The current minor version of the SDL headers.
205+
* The current minor version of the SDL_mixer headers.
206206
*
207207
* If this were SDL_mixer version 3.2.1, this value would be 2.
208208
*
@@ -211,7 +211,7 @@ typedef struct MIX_Group MIX_Group;
211211
#define MIX_MINOR_VERSION 0
212212

213213
/**
214-
* The current micro (or patchlevel) version of the SDL headers.
214+
* The current micro (or patchlevel) version of the SDL_mixer headers.
215215
*
216216
* If this were SDL_mixer version 3.2.1, this value would be 1.
217217
*

0 commit comments

Comments
 (0)