vtfontcvt: unwrap a line per style(9)

PR:		205707
Submitted by:	Dmitry Wagin
This commit is contained in:
Ed Maste 2019-06-04 18:31:52 +00:00
parent 0d951ba85c
commit d7bcf73630
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348656

View File

@ -201,8 +201,7 @@ add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r)
return (1);
if (bytes_r != NULL) {
gl = add_glyph(bytes_r, map_idx + 1, 0);
if (add_mapping(gl, curchar,
map_idx + 1) != 0)
if (add_mapping(gl, curchar, map_idx + 1) != 0)
return (1);
}
}