X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=amp_filter.c;h=be69ad67a8d78d419f3147546785130e42c7b80b;hb=b00a6578dcddd3651aac667a33cecebbf7761416;hp=360e3fc2d7429bb7aa8219248ff4d38505a86ac2;hpb=15e3068cd0b95a7ae37f8edc2eceea3b2a3a49a9;p=paraslash.git diff --git a/amp_filter.c b/amp_filter.c index 360e3fc2..be69ad67 100644 --- a/amp_filter.c +++ b/amp_filter.c @@ -67,7 +67,7 @@ next_buffer: in_bytes = btr_next_buffer(btrn, (char **)&in); len = in_bytes / 2; if (len == 0) { /* eof and in_bytes == 1 */ - ret = -E_AMP_EOF; + ret = -E_EOF; goto err; }