aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.c b/bb.c
index 271bf7d..9307b3e 100644
--- a/bb.c
+++ b/bb.c
@@ -13,7 +13,7 @@ static struct termios orig_termios, bb_termios;
static FILE *tty_out = NULL, *tty_in = NULL;
static struct winsize winsize = {0};
static char *cmdfilename = NULL;
-proc_t *running_procs = NULL;
+static proc_t *running_procs = NULL;
static int dirty = 1;
/*