Commit 598be943 authored by Eric Wong's avatar Eric Wong

flac: sparse: mismatched enum type for seek

git-svn-id: https://svn.musicpd.org/mpd/trunk@5244 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 931c9805
...@@ -72,7 +72,7 @@ static flac_seek_status flacSeek(const flac_decoder * flacDec, ...@@ -72,7 +72,7 @@ static flac_seek_status flacSeek(const flac_decoder * flacDec,
return flac_seek_status_error; return flac_seek_status_error;
} }
return flac_tell_status_ok; return flac_seek_status_ok;
} }
static flac_tell_status flacTell(const flac_decoder * flacDec, static flac_tell_status flacTell(const flac_decoder * flacDec,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment