diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-10 21:52:44 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-10 21:52:44 +0000 |
commit | 9eaa83099fdcaa492e2ec8df46f4eb81c9dd813d (patch) | |
tree | 0ecf7862a25cce413b2c3c842e2b92b99c5fc1ed /uid.c | |
parent | 357a144b0d3bd2f23e9d30e1bf47c76f6a232da5 (diff) | |
download | fetchmail-9eaa83099fdcaa492e2ec8df46f4eb81c9dd813d.tar.gz fetchmail-9eaa83099fdcaa492e2ec8df46f4eb81c9dd813d.tar.bz2 fetchmail-9eaa83099fdcaa492e2ec8df46f4eb81c9dd813d.zip |
Comment fix.
svn path=/trunk/; revision=289
Diffstat (limited to 'uid.c')
-rw-r--r-- | uid.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ struct hostrec *hostp; } void write_saved_lists(hostlist, idfile) +/* perform end-of-run write of seen-messages list */ struct hostrec *hostlist; char *idfile; { |