Commit d6d35425 authored by Anshul Maheshwari's avatar Anshul Maheshwari Committed by Michael Niedermayer

Initilaize array to known size

Signed-off-by: 's avatarAnshul Maheshwari <er.anshul.maheshwari@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 88ba88e8
......@@ -63,7 +63,7 @@ enum cc_font {
CCFONT_UNDERLINED_ITALICS,
};
static const unsigned char pac2_attribs[][3] = // Color, font, ident
static const unsigned char pac2_attribs[32][3] = // Color, font, ident
{
{ CCCOL_WHITE, CCFONT_REGULAR, 0 }, // 0x40 || 0x60
{ CCCOL_WHITE, CCFONT_UNDERLINED, 0 }, // 0x41 || 0x61
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment