Skip to content
Snippets Groups Projects
Commit 337743ed authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Change enum text_modes (plural) to enum text_mode (singular)

This is the way.
parent 5e574a74
Branches
Tags
No related merge requests found
Pipeline #5789 passed
......@@ -116,7 +116,7 @@ enum {
#define CIOLIB_VIDEO_EXPAND (1<<5) // Use an extra blank column between characters from the font
#define CIOLIB_VIDEO_LINE_GRAPHICS_EXPAND (1<<6) // Per VGA, when using CIOLIB_VIDEO_EXPAND, repeat the last column for chars 0xC0 - 0xDF inclusive
enum text_modes
enum text_mode
{
/* DOS-compatible modes */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment