From a11d51a3f1f1ae78de5cae7a45a6641f580caf40 Mon Sep 17 00:00:00 2001 From: afify Date: Fri, 11 Jun 2021 18:38:51 +0300 Subject: [PATCH] [fix] remove extra call for start_signal() --- sfm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sfm.c b/sfm.c index d656d1a..8d3e237 100644 --- a/sfm.c +++ b/sfm.c @@ -1796,7 +1796,6 @@ start(void) set_panes(); get_editor(); PERROR(start_signal() < 0); - PERROR(start_signal() < 0); PERROR(fsev_init() < 0); PERROR(listdir(&panes[Left]) < 0); PERROR(listdir(&panes[Right]) < 0); -- 2.11.4.GIT