decoder/flac: fix comment typo
This commit is contained in:
@@ -121,7 +121,7 @@ FlacIOEof(FLAC__IOHandle handle)
|
|||||||
static int
|
static int
|
||||||
FlacIOClose(gcc_unused FLAC__IOHandle handle)
|
FlacIOClose(gcc_unused FLAC__IOHandle handle)
|
||||||
{
|
{
|
||||||
/* no-op because the libFLAC caller is repsonsible for closing
|
/* no-op because the libFLAC caller is responsible for closing
|
||||||
the #InputStream */
|
the #InputStream */
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user