From 9d8d0c18b0329f11990b8e0f2d65424967b6293f Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 18 Jul 2014 17:19:37 +0200 Subject: Small code cleanups Signed-off-by: Lukas Fleischer --- src/custom.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/custom.c') diff --git a/src/custom.c b/src/custom.c index 08daa44..b3d5da5 100644 --- a/src/custom.c +++ b/src/custom.c @@ -1037,8 +1037,7 @@ void custom_config_main(void) } else { colorize = 0; wins_erase_status_bar(); - mvwaddstr(win[STA].p, 0, 0, - no_color_support); + mvwaddstr(win[STA].p, 0, 0, no_color_support); wgetch(win[KEY].p); } break; -- cgit v1.2.3-54-g00ecf