From 26acfddb3826f0ae4198ad228040b781f1f1b6ea Mon Sep 17 00:00:00 2001 From: NightlyFox Date: Mon, 24 Sep 2018 12:38:00 -0500 Subject: [PATCH] out newline before tmp_path in menu.c --- common/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/menu.c b/common/menu.c index 9000f3c..18ada28 100644 --- a/common/menu.c +++ b/common/menu.c @@ -62,8 +62,8 @@ void launchApplyThemeTask(menuEntry_s* arg) { menuCreateMsgBox(780, 300, "Something went wrong, and the theme could not be loaded!"); return; } - char tmp_path[PATH_MAX] = {0}; + char tmp_path[PATH_MAX] = {0}; #ifdef __SWITCH__ tmp_path[0] = '/'; #endif