summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/fonts/fonts.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/fonts/fonts.c b/lib/fonts/fonts.c
index 5a9d3f11f0..39efb612a3 100644
--- a/lib/fonts/fonts.c
+++ b/lib/fonts/fonts.c
@@ -23,15 +23,15 @@
static const struct font_desc *fonts[] = {
#ifdef CONFIG_FONT_8x16
#undef NO_FONTS
- &font_vga_8x16,
+ &font_vga_8x16,
#endif
#ifdef CONFIG_FONT_7x14
#undef NO_FONTS
- &font_7x14,
+ &font_7x14,
#endif
#ifdef CONFIG_FONT_MINI_4x6
#undef NO_FONTS
- &font_mini_4x6,
+ &font_mini_4x6,
#endif
};