diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c index 1977fcafc..b08444a76 100644 --- a/procps/top.c +++ b/procps/top.c | |||
@@ -727,7 +727,7 @@ static void reset_term(void) | |||
727 | } | 727 | } |
728 | } | 728 | } |
729 | 729 | ||
730 | static void sig_catcher(int sig UNUSED_PARAM) | 730 | static void sig_catcher(int sig) |
731 | { | 731 | { |
732 | reset_term(); | 732 | reset_term(); |
733 | kill_myself_with_sig(sig); | 733 | kill_myself_with_sig(sig); |