From 78e519f5108d327afb3341439fee9a49491534fe Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 1 Oct 2020 08:55:41 -0400 Subject: replaced --nowrap with --wrap in firemon (#2992) --- src/firemon/firemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/firemon/firemon.h') diff --git a/src/firemon/firemon.h b/src/firemon/firemon.h index 3fba486eb..948214d4d 100644 --- a/src/firemon/firemon.h +++ b/src/firemon/firemon.h @@ -40,7 +40,7 @@ static inline void firemon_clrscr(void) { // firemon.c extern pid_t skip_process; -extern int arg_nowrap; +extern int arg_wrap; int find_child(int id); void firemon_sleep(int st); -- cgit v1.2.3-54-g00ecf