summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.termcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.termcap.c')
-rw-r--r--games/hack/hack.termcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.termcap.c b/games/hack/hack.termcap.c
index e94d672..190996d 100644
--- a/games/hack/hack.termcap.c
+++ b/games/hack/hack.termcap.c
@@ -36,7 +36,7 @@ startup()
error("Unknown terminal type: %s.", term);
if(pc = tgetstr("pc", &tbufptr))
PC = *pc;
- if(!(BC = tgetstr("bc", &tbufptr))) {
+ if(!(BC = tgetstr("bc", &tbufptr))) {
if(!tgetflag("bs"))
error("Terminal must backspace.");
BC = tbufptr;
OpenPOWER on IntegriCloud