mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
d7259957e8
getopt(3) returns '?' when it encounters a flag not present in the in the optstring or if a flag is missing its option argument. We can handle this case with the "default" failure case with no loss of legibility. Hence, remove all the redundant "case '?':" lines. Prompted by dlg@. With help from dlg@ and millert@. Link: https://marc.info/?l=openbsd-tech&m=167011979726449&w=2 ok naddy@ millert@ dlg@ |
||
---|---|---|
.. | ||
extern.c | ||
init_field.c | ||
main.c | ||
make_level.c | ||
Makefile | ||
move_robs.c | ||
move.c | ||
play_level.c | ||
query.c | ||
rnd_pos.c | ||
robots.6 | ||
robots.h | ||
score.c |