Skip to content

Commit

Permalink
Tweaked the Mix_Chunk typedef.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 9, 2005
1 parent 5aa0e95 commit e716688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL_mixer.h
Expand Up @@ -82,7 +82,7 @@ extern DECLSPEC const SDL_version * SDLCALL Mix_Linked_Version(void);
#define MIX_MAX_VOLUME 128 /* Volume of a chunk */

/* The internal format for an audio chunk */
typedef struct {
typedef struct Mix_Chunk {
int allocated;
Uint8 *abuf;
Uint32 alen;
Expand Down

0 comments on commit e716688

Please sign in to comment.