minor syntax

This commit is contained in:
Josh Coalson
2003-09-26 01:46:21 +00:00
parent 069a58bbe0
commit 4e96cdbb7b
7 changed files with 8 additions and 9 deletions

View File

@@ -1642,7 +1642,7 @@ static bool test_file_decoder()
printf("OK\n");
printf("testing init()... ");
if(decoder->init() != ::FLAC__SEEKABLE_STREAM_DECODER_OK)
if(decoder->init() != ::FLAC__FILE_DECODER_OK)
return decoder->die();
printf("OK\n");