X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=wav_filter.c;h=de4a3e6aafc76b83de2d9e2f4112c39c6e038d06;hb=refs%2Fheads%2Fnext;hp=7d6c371433b13ae6f6d3d63e8de47f69fe133a17;hpb=a5a6446fd1af4a0ad03ef06a3c194d37d6a46acd;p=paraslash.git diff --git a/wav_filter.c b/wav_filter.c index 7d6c3714..de4a3e6a 100644 --- a/wav_filter.c +++ b/wav_filter.c @@ -78,7 +78,7 @@ static int wav_post_monitor(__a_unused struct sched *s, void *context) int32_t rate, ch; if (iqs == 0) { - ret = -E_WAV_EOF; + ret = -E_EOF; if (btr_no_parent(btrn)) goto err; return 0;