diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-06-18 19:51:39 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-06-18 19:51:39 +0000 |
commit | 3c25e877da7ba4a11e0c9bd5f65f8857cb8f272b (patch) | |
tree | e629f2ba436ab8a1062638eb1e3176696abfd1f6 /unmime.c | |
parent | 8f3f473c829e8691ef5566d73f3f130b492e36ba (diff) | |
download | fetchmail-3c25e877da7ba4a11e0c9bd5f65f8857cb8f272b.tar.gz fetchmail-3c25e877da7ba4a11e0c9bd5f65f8857cb8f272b.tar.bz2 fetchmail-3c25e877da7ba4a11e0c9bd5f65f8857cb8f272b.zip |
Fix various compiler warnings.
svn path=/trunk/; revision=3899
Diffstat (limited to 'unmime.c')
-rw-r--r-- | unmime.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -327,7 +327,7 @@ static char *GetBoundary(char *CntType) } -int CheckContentType(char *CntType) +static int CheckContentType(char *CntType) { /* * Static array of Content-Type's for which we will do |