From 096b283fe4c56c44b0dbd77b8b8de98e36cab2b2 Mon Sep 17 00:00:00 2001 From: NightlyFox Date: Fri, 28 Sep 2018 21:44:05 -0500 Subject: [PATCH] got rid of extra newline before themeMenuScan --- common/menu-list.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/menu-list.c b/common/menu-list.c index 5392841..2b693ad 100644 --- a/common/menu-list.c +++ b/common/menu-list.c @@ -166,7 +166,6 @@ int menuScan(const char* target) { return 0; } - int themeMenuScan(const char* target) { menuClear(); if (chdir(target) < 0) return 1; @@ -217,4 +216,4 @@ int themeMenuScan(const char* target) { s_curMenu = !s_curMenu; menuClear(); return 0; -} \ No newline at end of file +}