aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-06-03 15:27:43 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-06-03 16:06:23 +0200
commit34f7ed1fc76dbbcd8f2984d4304ec24ead244b43 (patch)
tree1ff4f4daa0e262a1ad243365a983ed4d7e70445e /fetchmail.h
parentf1c6a8ec2cf88cd7b857111e58fab7e72ede7d29 (diff)
downloadfetchmail-34f7ed1fc76dbbcd8f2984d4304ec24ead244b43.tar.gz
fetchmail-34f7ed1fc76dbbcd8f2984d4304ec24ead244b43.tar.bz2
fetchmail-34f7ed1fc76dbbcd8f2984d4304ec24ead244b43.zip
Fix some rare or minor issues found with Clang 2.7 analyzer.
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 11cbc751..aa58bcdd 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -422,8 +422,8 @@ struct msgblk /* message header parsed for open_sink() */
#define NUM_ZERO(n) ((n) < 0)
#define NUM_SPECIFIED(n) ((n) != 0)
-#define MULTIDROP(ctl) (ctl->wildcard || \
- ((ctl)->localnames && (ctl)->localnames->next))
+#define MULTIDROP(ctl) ((ctl)->wildcard || \
+ ((ctl)->localnames && (ctl)->localnames->next))
/*
* Note: tags are generated with an a%04d format from a 1-origin