diff options
Diffstat (limited to 'drivers/video/sticore.c')
-rw-r--r-- | drivers/video/sticore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sticore.c b/drivers/video/sticore.c index 7115b32581..88a1758616 100644 --- a/drivers/video/sticore.c +++ b/drivers/video/sticore.c @@ -529,7 +529,7 @@ sti_select_fbfont(struct sti_cooked_rom *cooked_rom, const char *fbfont_name) if (fbfont_name && strlen(fbfont_name)) fbfont = find_font(fbfont_name); if (!fbfont) - fbfont = get_default_font(1024,768, ~(u32)0, ~(u32)0); + fbfont = get_default_font(1024, 768, NULL, NULL); if (!fbfont) return NULL; |