Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 21, 2003
1 parent 0bf5e93 commit 0d4cdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/SDL_wave.h
Expand Up @@ -60,6 +60,6 @@ typedef struct WaveFMT {
typedef struct Chunk {
Uint32 magic;
Uint32 length;
Uint8 *data; /* Data includes magic and length */
Uint8 *data;
} Chunk;

0 comments on commit 0d4cdf9

Please sign in to comment.