fix empty struct problem
authorJosh Coalson <jcoalson@users.sourceforce.net>
Mon, 5 Mar 2001 18:36:16 +0000 (18:36 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Mon, 5 Mar 2001 18:36:16 +0000 (18:36 +0000)
include/FLAC/format.h

index 7f6ca99..64a6810 100644 (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;
 
 /*****************************************************************************