mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
libFLAC++: Fix mistyped identifier name
This commit is contained in:
committed by
Erik de Castro Lopo
parent
1f578f1b71
commit
53953b6795
@@ -215,7 +215,7 @@ static bool test_stream_encoder(Layer layer, bool is_ogg)
|
|||||||
printf("testing is_valid()... ");
|
printf("testing is_valid()... ");
|
||||||
if(!encoder->is_valid()) {
|
if(!encoder->is_valid()) {
|
||||||
printf("FAILED, returned false\n");
|
printf("FAILED, returned false\n");
|
||||||
delete decoder;
|
delete encoder;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
printf("OK\n");
|
printf("OK\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user