diff --git a/src/gpasswd.c b/src/gpasswd.c index cc04b288..960e54c6 100644 --- a/src/gpasswd.c +++ b/src/gpasswd.c @@ -150,6 +150,8 @@ static RETSIGTYPE catch_signals (int killed) * * check_list scans a comma-separated list of user names and checks * that each listed name exists. + * + * It returns 0 on success. */ static int check_list (const char *users) {