Skip to content
Snippets Groups Projects
Commit 63291500 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix typo for NO_FONTS support

parent 2e8910f9
No related branches found
No related tags found
No related merge requests found
Pipeline #7004 passed
......@@ -47,7 +47,7 @@ CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
{NULL, NULL, NULL, "Topaz Plus (Amiga)", CIOLIB_ISO_8859_1},
{NULL, NULL, NULL, "MicroKnight (Amiga)", CIOLIB_ISO_8859_1},
{NULL, NULL, NULL, "Topaz (Amiga)", CIOLIB_ISO_8859_1},
{NULL, NULL, NULL, "Prestel (8x16)", CIOLIB_PRESETL},
{NULL, NULL, NULL, "Prestel (8x16)", CIOLIB_PRESTEL},
};
#else
CIOLIBEXPORT struct conio_font_data_struct conio_fontdata[257] = {
......@@ -9,6 +9,7 @@ Fix RIP XOR operation
Fix memory leak in RIP parser
Fix handling of split CRLF pairs in RIP mode
Don't change font for RIP_RESET_WINDOWS in RIPv3 mode
Initial support for Prestel mode
Version 1.2rc4
--------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment