mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
render: fix incorrect indent introduced by previous commit
This commit is contained in:
parent
a9298959a1
commit
b81b98d47c
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -659,7 +659,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
|
|||
} else {
|
||||
glyph_count = 1;
|
||||
glyphs = &single;
|
||||
cell_cols = single->cols;
|
||||
cell_cols = single->cols;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue