Add missing break

This commit is contained in:
sin 2014-10-21 14:57:09 +01:00
parent b0ca406e28
commit 58f897fead
1 changed files with 1 additions and 0 deletions

View File

@ -603,6 +603,7 @@ nochange:
initcurses();
if (chdir(ipath) == -1)
printwarn();
break;
}
}