aboutsummaryrefslogtreecommitdiffstats
path: root/uid.c
diff options
context:
space:
mode:
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)