out newline before tmp_path in menu.c
This commit is contained in:
parent
f89e33121f
commit
26acfddb38
@ -62,8 +62,8 @@ void launchApplyThemeTask(menuEntry_s* arg) {
|
|||||||
menuCreateMsgBox(780, 300, "Something went wrong, and the theme could not be loaded!");
|
menuCreateMsgBox(780, 300, "Something went wrong, and the theme could not be loaded!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
char tmp_path[PATH_MAX] = {0};
|
|
||||||
|
|
||||||
|
char tmp_path[PATH_MAX] = {0};
|
||||||
#ifdef __SWITCH__
|
#ifdef __SWITCH__
|
||||||
tmp_path[0] = '/';
|
tmp_path[0] = '/';
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user