fix empty struct problem

This commit is contained in:
Josh Coalson 2001-03-05 18:36:16 +00:00
parent eda1ff6a22
commit 30e5396a79
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ extern const unsigned FLAC__STREAM_METADATA_STREAMINFO_LENGTH; /* = 34 bytes */
* n/8 bytes total
*/
typedef struct {
int dummy; /* conceptually this is an empty struct since we don't store the padding bytes */
} FLAC__StreamMetaData_Padding;
/*****************************************************************************