I made these little simplifications a while back, bug forgot to

check this stuff in.
 -Erik
This commit is contained in:
Eric Andersen
2001-03-06 23:14:43 +00:00
parent 702ec5926f
commit 8b728a25a3
4 changed files with 6 additions and 14 deletions

View File

@@ -827,10 +827,8 @@ extern int ls_main(int argc, char **argv)
#endif
#ifdef BB_FEATURE_HUMAN_READABLE
case 'h': ls_disp_hr = 0; break;
case 'k': ls_disp_hr = KILOBYTE; break;
#else
case 'k': break;
#endif
case 'k': break;
default:
goto print_usage_message;
}