diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-11 14:14:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-11 14:14:45 +0000 |
commit | 85f067d97fdf18769eefd8419ab10c3a9a113195 (patch) | |
tree | bfee6b6c300dd287f69ec213a6472ff6620f067a /rfc822.c | |
parent | e553aea6031e99f495849ccde9cfcf4de5d052ab (diff) | |
download | fetchmail-85f067d97fdf18769eefd8419ab10c3a9a113195.tar.gz fetchmail-85f067d97fdf18769eefd8419ab10c3a9a113195.tar.bz2 fetchmail-85f067d97fdf18769eefd8419ab10c3a9a113195.zip |
-Wall cleanup.
svn path=/trunk/; revision=1083
Diffstat (limited to 'rfc822.c')
-rw-r--r-- | rfc822.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ const char *hdr; /* header to be parsed, NUL to continue previous hdr */ #ifdef TESTMAIN static const char *orighdr; #endif /* TESTMAIN */ - int parendepth; + int parendepth = 0; #define START_HDR 0 /* before header colon */ #define SKIP_JUNK 1 /* skip whitespace, \n, and junk */ |