]> granicus.if.org Git - nethack/commit
couple of formatting bits
authorPatR <rankin@nethack.org>
Sat, 29 Apr 2017 23:55:38 +0000 (16:55 -0700)
committerPatR <rankin@nethack.org>
Sat, 29 Apr 2017 23:55:38 +0000 (16:55 -0700)
commitf533dbdecc250d52c0cd809aaeff442b98191c5a
tree6f08df35c47fd35025f422580db0f7f798b3e52f
parent8fc7bc548c09390d1e638631450d23ded759ac7d
couple of formatting bits

timeout.c:  the luck timeout expression caused a bit of thought trying
to decide whether it was doing what was intended (it was).  Add some
parentheses so that thought is no longer required.  ;-)

worn.c:  fix up a macro where automated reformatting mistook a
bitwise-and operation for a cast applied to the address of something.
src/timeout.c
src/worn.c