* src/env.c (initialize_signals): Remove return at the end of the
function.
* src/who.c (print_runlevel): Likewise.
---
src/env.c | 2 --
src/who.c | 2 --
2 files changed, 4 deletions(-)
diff --git a/src/env.c b/src/env.c
index d5acab7bd..d0c196782 100644
--- a/src/env.c
+++ b/src/env.c
@@ -756,8 +756,6 @@ initialize_signals (void)
for (int i = 0 ; i <= SIGNUM_BOUND; i++)
signals[i] = UNCHANGED;
-
- return;
}
int
diff --git a/src/who.c b/src/who.c
index b12a31442..5b35b8bd7 100644
--- a/src/who.c
+++ b/src/who.c
@@ -515,8 +515,6 @@ print_runlevel (STRUCT_UTMP const *utmp_ent)
print_line ("", ' ', runlevline, time_string (utmp_ent),
"", "", c_isprint (last) ? comment : "", "");
-
- return;
}
/* Print the username of each valid entry and the number of valid entries
--
2.53.0