forked from github/server
added a parenthesis to remove a warning
This commit is contained in:
parent
258b33e639
commit
a11d49b406
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ paint_map(window * wnd, const state * st)
|
|||
attr |= A_REVERSE;
|
||||
}
|
||||
}
|
||||
if (mr->r && mr->r->flags & RF_MAPPER_HIGHLIGHT) hl = 1;
|
||||
if (mr->r && (mr->r->flags & RF_MAPPER_HIGHLIGHT)) hl = 1;
|
||||
mvwaddch(win, yp, xp, mr_tile(mr, hl) | attr);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue