X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/f15b0e22422af2e14091e0ac6a58454b6849cba6..2bde51964df7b459f1cc6853ffa7f5466d02554f:/src/src/filtertest.c diff --git a/src/src/filtertest.c b/src/src/filtertest.c index f54cbefb5..a2a60a8dd 100644 --- a/src/src/filtertest.c +++ b/src/src/filtertest.c @@ -95,7 +95,7 @@ if (!dot_ended && !feof(stdin)) if (s > message_body_end + message_body_visible) s = message_body_end; message_size++; } - READ_END: ch = ch; /* Some compilers don't like null statements */ + READ_END: ; } if (s == message_body_end || s[-1] != '\n') body_linecount++; }