Various cleanup:
authorschwarze <schwarze@openbsd.org>
Fri, 9 May 2014 00:03:41 +0000 (00:03 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 9 May 2014 00:03:41 +0000 (00:03 +0000)
commit4ba9194b644726696091f5a05429dadc98cddff2
treebd918d5f424fc5da8acf9525401e7ac64ea5c91f
parent997a1771487bd6641b2aa14c0d03c93735f6d6ee
Various cleanup:
1. Style: Don't use variables as format strings.
NetBSD rev. 1.26 (May 23, 2011) joerg@NetBSD via maintainer pjanzen@.
2. Style: Avoid needless pointer arithmetics.
NetBSD rev. 1.27 (Oct 13, 2012) dholland@NetBSD via pjanzen@,
who also applied some KNF to the indentation while here.
3. End curses before printing fatal error messages; from pjanzen@.
games/cribbage/io.c