aboutsummaryrefslogtreecommitdiffstats
path: root/uid.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-04-27 09:50:55 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-04-27 09:50:55 +0200
commit8b6218e0f1486a39a53783e7c86b42285f89e4cf (patch)
tree46d0a5aef12c8b13f5de3eb1b32027f463190dd9 /uid.c
parent2148260d742663448a8fd7ff950d3d8e7468ccd5 (diff)
downloadfetchmail-8b6218e0f1486a39a53783e7c86b42285f89e4cf.tar.gz
fetchmail-8b6218e0f1486a39a53783e7c86b42285f89e4cf.tar.bz2
fetchmail-8b6218e0f1486a39a53783e7c86b42285f89e4cf.zip
Fix a few Intel C++ remarks and warnings.
Diffstat (limited to 'uid.c')
-rw-r--r--uid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uid.c b/uid.c
index 65f18461..0a7d2ab0 100644
--- a/uid.c
+++ b/uid.c
@@ -282,7 +282,7 @@ void expunge_uids(struct query *ctl)
idl->val.status.mark = UID_EXPUNGED;
}
-const char *str_uidmark(int mark)
+static const char *str_uidmark(int mark)
{
static char buf[20];