]> granicus.if.org Git - nethack/commit
fix brace mismatch in winami.c
authorPatR <rankin@nethack.org>
Sun, 6 Aug 2017 00:58:20 +0000 (17:58 -0700)
committerPatR <rankin@nethack.org>
Sun, 6 Aug 2017 00:58:20 +0000 (17:58 -0700)
commit1614f8f5ee919248d9b8de3198166e981150749c
tree100845b51c1688de19e23919fcd1e8309346494d
parent0d7101cd291fb352e8a35c7c1fb6bf2d6e1398f0
fix brace mismatch in winami.c

Reported directly to devteam, so no #H number.  Conditional code in
amii_get_ext_cmd() included an unmatched '{', which would break
compilation (at least if EXTMENU was enabled) and also resulted in
the remainder of winami.c being mis-formatted (the functions there
were treated as being inside a block rather than at file level).

This is completely untested.

There's some code suppressed via '#if 0' with a comment "fix for PL2".
We haven't used the patch-level nomenclature since version 3.0!
sys/amiga/winami.c