diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 21:16:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 21:16:09 +0000 |
commit | 33c898e6691726979bdf6e46b7f389e1ca13622d (patch) | |
tree | 3890d983044356e33eff08715f43e37dce5990f2 /driver.c | |
parent | b85d71b67a2743272f46c85bf479b1051171193d (diff) | |
download | fetchmail-33c898e6691726979bdf6e46b7f389e1ca13622d.tar.gz fetchmail-33c898e6691726979bdf6e46b7f389e1ca13622d.tar.bz2 fetchmail-33c898e6691726979bdf6e46b7f389e1ca13622d.zip |
Cosmetic fix.
svn path=/trunk/; revision=651
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -762,7 +762,7 @@ struct query *ctl; /* query control record */ error(0, 0, "MDA exited abnormally or returned nonzero status"); return(PS_IOERR); } - } + } else if (sinkfp) { /* write message terminator */ |