[notcurses_visual.3] remove stray 'i'

This commit is contained in:
nick black 2022-09-23 07:13:27 -04:00
parent b8e0129f12
commit 9d38cb98db
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -61,7 +61,7 @@ typedef struct ncvgeom {
unsigned begy, begx; // upper-left corner of used region unsigned begy, begx; // upper-left corner of used region
unsigned leny, lenx; // geometry of used region unsigned leny, lenx; // geometry of used region
unsigned maxpixely, maxpixelx; // only defined for NCBLIT_PIXEL unsigned maxpixely, maxpixelx; // only defined for NCBLIT_PIXEL
ncblitter_e blitter;i // blitter that will be used ncblitter_e blitter; // blitter that will be used
} ncvgeom; } ncvgeom;
``` ```