[notcurses_visual.3] remove stray 'i'

pull/2681/head
nick black 2 years ago
parent b8e0129f12
commit 9d38cb98db
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -61,7 +61,7 @@ typedef struct ncvgeom {
unsigned begy, begx; // upper-left corner of used region
unsigned leny, lenx; // geometry of used region
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;
```

Loading…
Cancel
Save