lib: fix inconsistent indenting in process_bit1()
[linux-2.6-microblaze.git] / lib / fonts / font_7x14.c
index 86d298f..a2f561c 100644 (file)
@@ -8,7 +8,7 @@
 
 #define FONTDATAMAX 3584
 
-static struct font_data fontdata_7x14 = {
+static const struct font_data fontdata_7x14 = {
        { 0, 0, FONTDATAMAX, 0 }, {
        /* 0 0x00 '^@' */
        0x00, /* 0000000 */
@@ -4113,6 +4113,7 @@ const struct font_desc font_7x14 = {
        .name   = "7x14",
        .width  = 7,
        .height = 14,
+       .charcount = 256,
        .data   = fontdata_7x14.data,
        .pref   = 0,
 };