Instead of pointlessly falling through other cases and ending up doing
authortb <tb@openbsd.org>
Fri, 15 Dec 2017 13:04:11 +0000 (13:04 +0000)
committertb <tb@openbsd.org>
Fri, 15 Dec 2017 13:04:11 +0000 (13:04 +0000)
commit588305a03d43a55c3db29a065ff88f6420f90423
treefca64876daced96bf7c119acc7cfa865f368550c
parente5759c039ea2fd3180df6981b5ce92a0368fa1a4
Instead of pointlessly falling through other cases and ending up doing
goto fmt_broken, do it explicitly. Makes following the code path through
the switch a bit easier.

Prompted by a request by martijn
usr.bin/jot/jot.c