From c6716a09ea557906c09b70f605c5d9ffe7f2e29c Mon Sep 17 00:00:00 2001 From: NightlyFox Date: Fri, 28 Sep 2018 21:35:00 -0500 Subject: [PATCH] got rid of newline --- common/menu-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/menu-list.c b/common/menu-list.c index 1babf0e..5392841 100644 --- a/common/menu-list.c +++ b/common/menu-list.c @@ -217,4 +217,4 @@ int themeMenuScan(const char* target) { s_curMenu = !s_curMenu; menuClear(); return 0; -} +} \ No newline at end of file