Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
a242b3ca
Commit
a242b3ca
authored
Aug 16, 2002
by
Josh Coalson
Browse files
fix bug in status string table
parent
fc2b7379
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/seekable_stream_encoder.c
View file @
a242b3ca
...
...
@@ -67,8 +67,8 @@ const char * const FLAC__SeekableStreamEncoderStateString[] = {
"FLAC__SEEKABLE_STREAM_ENCODER_OK"
,
"FLAC__SEEKABLE_STREAM_ENCODER_STREAM_ENCODER_ERROR"
,
"FLAC__SEEKABLE_STREAM_ENCODER_MEMORY_ALLOCATION_ERROR"
,
"FLAC__SEEKABLE_STREAM_ENCODER_READ_ERROR"
,
"FLAC__SEEKABLE_STREAM_ENCODER_WRITE_ERROR"
,
"FLAC__SEEKABLE_STREAM_ENCODER_READ_ERROR"
,
"FLAC__SEEKABLE_STREAM_ENCODER_SEEK_ERROR"
,
"FLAC__SEEKABLE_STREAM_ENCODER_ALREADY_INITIALIZED"
,
"FLAC__SEEKABLE_STREAM_ENCODER_INVALID_CALLBACK"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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