missed this extra newline

This commit is contained in:
NightlyFox 2018-09-22 20:41:46 -05:00
parent 28804291e5
commit ea1d7dcdf8

View File

@ -150,7 +150,6 @@ int menuScan(const char* target) {
return 0; return 0;
} }
int themeMenuScan(const char* target) { int themeMenuScan(const char* target) {
menuClear(); menuClear();
if (chdir(target) < 0) return 1; if (chdir(target) < 0) return 1;