got rid of extra newline before themeMenuScan
This commit is contained in:
parent
c6716a09ea
commit
096b283fe4
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user