mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
src/libFLAC/stream_encoder.c : Fix typo.
FLAC__treamEncoderReadStatusString -> FLAC__StreamEncoderReadStatusString Thanks to nu774 on github.
This commit is contained in:
@@ -452,7 +452,7 @@ FLAC_API const char * const FLAC__StreamEncoderInitStatusString[] = {
|
||||
"FLAC__STREAM_ENCODER_INIT_STATUS_ALREADY_INITIALIZED"
|
||||
};
|
||||
|
||||
FLAC_API const char * const FLAC__treamEncoderReadStatusString[] = {
|
||||
FLAC_API const char * const FLAC__StreamEncoderReadStatusString[] = {
|
||||
"FLAC__STREAM_ENCODER_READ_STATUS_CONTINUE",
|
||||
"FLAC__STREAM_ENCODER_READ_STATUS_END_OF_STREAM",
|
||||
"FLAC__STREAM_ENCODER_READ_STATUS_ABORT",
|
||||
|
||||
Reference in New Issue
Block a user