X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=amp_filter.c;h=be69ad67a8d78d419f3147546785130e42c7b80b;hb=refs%2Fheads%2Fpu;hp=360e3fc2d7429bb7aa8219248ff4d38505a86ac2;hpb=81bc7110ff6a4c2d002618b94fcf5aa60cd4cad2;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; }