render: fix incorrect indent introduced by previous commit

This commit is contained in:
Craig Barnes 2023-01-17 23:49:32 +00:00
parent a9298959a1
commit b81b98d47c

View file

@ -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;
}
}
}