aboutsummaryrefslogtreecommitdiff
path: root/src/bi_sieve.m4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-09-08 21:20:39 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-09-08 21:20:39 +0000
commit4cd3031ed36e207ce341c0854636c9047cd35d24 (patch)
tree6e9274a96c5fdb0984a6822e351eb7230d3319ef /src/bi_sieve.m4
parentda3381a039b1ab4878baa9e5fc9be39284a154f2 (diff)
downloadmailfromd-4cd3031ed36e207ce341c0854636c9047cd35d24.tar.gz
mailfromd-4cd3031ed36e207ce341c0854636c9047cd35d24.tar.bz2
* src/snarf.m4, src/bi_sprintf.m4, src/prog.h, src/bi_sieve.m4,release_4_4_patches
Ported r1655 from trunk. * src/prog.c: Ported r1655 and r1660 from trunk. * NEWS: Update, set version number 4.4.1. * configure.ac: set version number 4.4.1. git-svn-id: file:///svnroot/mailfromd/branches/release_4_4_patches@1661 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src/bi_sieve.m4')
-rw-r--r--src/bi_sieve.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bi_sieve.m4 b/src/bi_sieve.m4
index 04ae8f95..0c5af274 100644
--- a/src/bi_sieve.m4
+++ b/src/bi_sieve.m4
@@ -151,7 +151,7 @@ MF_DEFUN(sieve, NUMBER, STRING script, OPTIONAL, NUMBER dbg)
mu_sieve_set_logger(mach, _sieve_action_log);
rc = mu_sieve_compile(mach, script);
- if (rc == 0){
+ if (rc == 0) {
mu_stream_t mstr = env_get_stream(env);
mu_attribute_t attr;
mu_message_t msg;

Return to:

Send suggestions and report system problems to the System administrator.