diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-16 15:46:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-16 15:46:21 +0000 |
commit | 907bf338ca71a4e330750071a308d3029b9009a1 (patch) | |
tree | e8fcf497a8ad8bd5a1f5d9cd981814742adb39e3 /uid.c | |
parent | a0666c938f541c79584638fa3ca43d5250d95e29 (diff) | |
download | fetchmail-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |