Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
fb48f24b
Commit
fb48f24b
authored
Jan 11, 2003
by
Josh Coalson
Browse files
minor syntax
parent
292d20fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/stream_decoder.c
View file @
fb48f24b
...
...
@@ -910,7 +910,7 @@ FLAC__bool read_metadata_(FLAC__StreamDecoder *decoder)
break
;
case
FLAC__METADATA_TYPE_STREAMINFO
:
case
FLAC__METADATA_TYPE_SEEKTABLE
:
assert
(
0
);
FLAC__ASSERT
(
0
);
break
;
default:
if
(
real_length
>
0
)
{
...
...
Write
Preview
Markdown
is supported
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