diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-26 22:21:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-26 22:21:16 +0000 |
commit | eabdfb5e1ebf83147017c57db3659e7b2e8ecad1 (patch) | |
tree | 338308dc0519869dd03d3ae33071d3ef6fa8cd67 /uid.c | |
parent | d59e69783b91feb5d3ee5d2ba802c279ecf021c5 (diff) | |
download | fetchmail-eabdfb5e1ebf83147017c57db3659e7b2e8ecad1.tar.gz fetchmail-eabdfb5e1ebf83147017c57db3659e7b2e8ecad1.tar.bz2 fetchmail-eabdfb5e1ebf83147017c57db3659e7b2e8ecad1.zip |
gcc -Wall cleanup.
svn path=/trunk/; revision=396
Diffstat (limited to 'uid.c')
-rw-r--r-- | uid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -249,7 +249,7 @@ void write_saved_lists(hostlist, idfile) struct query *hostlist; char *idfile; { - int st, idcount; + int idcount; FILE *tmpfp; struct query *hostp; struct idlist *idp; |