CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2017/12/15 06:04:11
Modified files: usr.bin/jot : jot.c Log message: 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