aboutsummaryrefslogtreecommitdiffstats
path: root/unmime.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-20 06:25:23 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-20 06:25:23 +0000
commita8fb4194926aa22732192b37768be34aec0c9360 (patch)
tree4cf96546c03fa82ebdbf13dac92d10d35e4b4211 /unmime.c
parent62bdd79aa94a2c4624cb662c9ac43f9bf95d5427 (diff)
downloadfetchmail-a8fb4194926aa22732192b37768be34aec0c9360.tar.gz
fetchmail-a8fb4194926aa22732192b37768be34aec0c9360.tar.bz2
fetchmail-a8fb4194926aa22732192b37768be34aec0c9360.zip
-Wall cleanup.
svn path=/trunk/; revision=2120
Diffstat (limited to 'unmime.c')
-rw-r--r--unmime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmime.c b/unmime.c
index 2acc3f74..2f9bddb0 100644
--- a/unmime.c
+++ b/unmime.c
@@ -74,7 +74,7 @@ void UnMimeHeader(unsigned char *hdr)
int state = S_COPY_PLAIN;
unsigned char *p_in, *p_out, *p;
- unsigned char enc;
+ unsigned char enc = '\0'; /* initialization pacifies -Wall */
int i;
/* Speed up in case this is not a MIME-encoded header */