Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
30e5396a
Commit
30e5396a
authored
Mar 05, 2001
by
Josh Coalson
Browse files
fix empty struct problem
parent
eda1ff6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/FLAC/format.h
View file @
30e5396a
...
...
@@ -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
;
/*****************************************************************************
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment