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_limits/pam_limits.c | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/pam_limits') diff --git a/modules/pam_limits/pam_limits.c b/modules/pam_limits/pam_limits.c index 75c2bd99..89d03f8a 100644 --- a/modules/pam_limits/pam_limits.c +++ b/modules/pam_limits/pam_limits.c @@ -771,7 +771,6 @@ process_limit (const pam_handle_t *pamh, int source, const char *lim_type, } } } - return; } static int -- cgit v1.2.3