From ea1d7dcdf8fad2320a0cb510507ba16ad27183f9 Mon Sep 17 00:00:00 2001 From: NightlyFox Date: Sat, 22 Sep 2018 20:41:46 -0500 Subject: [PATCH] missed this extra newline --- common/menu-list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/menu-list.c b/common/menu-list.c index 566f5da..9cc2c53 100644 --- a/common/menu-list.c +++ b/common/menu-list.c @@ -150,7 +150,6 @@ int menuScan(const char* target) { return 0; } - int themeMenuScan(const char* target) { menuClear(); if (chdir(target) < 0) return 1;