Remove redundant {}.

topcat001 2023-08-20 16:09:51 -07:00
parent 6f013fce39
commit 6ebc3feb46
1 changed files with 1 additions and 2 deletions

View File

@ -2262,9 +2262,8 @@ input_dcs_dispatch(struct input_ctx *ictx)
#ifdef ENABLE_SIXEL
if (buf[0] == 'q') {
si = sixel_parse(buf, len, w->xpixel, w->ypixel);
if (si != NULL) {
if (si != NULL)
screen_write_sixelimage(sctx, si, ictx->cell.cell.bg);
}
}
#endif