From 9a48bb9ea3736f6ba3eb9c3f3a026124f246b6ab Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Thu, 22 Feb 2024 17:04:11 +0100 Subject: modules: drop redundant return at end of void functions --- modules/pam_umask/pam_umask.c | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/pam_umask') diff --git a/modules/pam_umask/pam_umask.c b/modules/pam_umask/pam_umask.c index 72b10e92..8ba5de9a 100644 --- a/modules/pam_umask/pam_umask.c +++ b/modules/pam_umask/pam_umask.c @@ -125,7 +125,6 @@ set_umask (const char *value) ((mask == UINT_MAX) && (errno == ERANGE))) return; umask (mask); - return; } /* Set the process nice, ulimit, and umask from the -- cgit v1.2.3