Fix typo in 'window_box_height'
* src/xdisp.c (window_box_height): Add missing 'else'.
This commit is contained in:
parent
e1b3fd3beb
commit
076dd1f69a
1 changed files with 11 additions and 10 deletions
|
@ -1136,6 +1136,7 @@ window_box_height (struct window *w)
|
||||||
{
|
{
|
||||||
if (w->header_line_height >= 0)
|
if (w->header_line_height >= 0)
|
||||||
height -= w->header_line_height;
|
height -= w->header_line_height;
|
||||||
|
else
|
||||||
{
|
{
|
||||||
struct glyph_row *hl_row
|
struct glyph_row *hl_row
|
||||||
= (w->current_matrix && w->current_matrix->rows
|
= (w->current_matrix && w->current_matrix->rows
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue