aboutsummaryrefslogtreecommitdiffstats
path: root/uid.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-16 15:46:21 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-16 15:46:21 +0000
commit907bf338ca71a4e330750071a308d3029b9009a1 (patch)
treee8fcf497a8ad8bd5a1f5d9cd981814742adb39e3 /uid.c
parenta0666c938f541c79584638fa3ca43d5250d95e29 (diff)
downloadfetchmail-907bf338ca71a4e330750071a308d3029b9009a1.tar.gz
fetchmail-907bf338ca71a4e330750071a308d3029b9009a1.tar.bz2
fetchmail-907bf338ca71a4e330750071a308d3029b9009a1.zip
Fix a "not reached".
svn path=/trunk/; revision=1348
Diffstat (limited to 'uid.c')
-rw-r--r--uid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uid.c b/uid.c
index 735bdbf8..ec31d892 100644
--- a/uid.c
+++ b/uid.c
@@ -243,7 +243,6 @@ int delete_str(struct idlist **idl, int num)
}
else
return(delete_str(&(*idl)->next, num));
- return(0);
}
void append_str_list(struct idlist **idl, struct idlist **nidl)