From 69dbfe63ec585e5ac429c5d3ba1e7f5e725e6bd2 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Thu, 12 May 2011 02:21:56 +0200 Subject: [PATCH] fix typo --- lcd/veramonobold9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcd/veramonobold9.h b/lcd/veramonobold9.h index 60be22f..0db37ee 100644 --- a/lcd/veramonobold9.h +++ b/lcd/veramonobold9.h @@ -4,6 +4,6 @@ #include "fonts.h" /* Font data for Bitstream Vera Sans Mono Bold 9pt */ -extern const struct FONT_DEF bFont_VeraMonoBold9pt; +extern const struct FONT_DEF Font_VeraMonoBold9pt; #endif