From df62a917da68d83533cfd9031c2048f4080846f0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 28 May 2013 09:58:53 +0100 Subject: move framebuffer to new options API --- framebuffer/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuffer/options.h') diff --git a/framebuffer/options.h b/framebuffer/options.h index 5cb5bfb1a..eee6f4bc6 100644 --- a/framebuffer/options.h +++ b/framebuffer/options.h @@ -57,7 +57,7 @@ NSOPTION_STRING(fb_face_sans_serif_bold, NULL) NSOPTION_STRING(fb_face_sans_serif_italic, NULL) NSOPTION_STRING(fb_face_sans_serif_italic_bold, NULL) NSOPTION_STRING(fb_face_serif, NULL) -NSOPTION_STRING(fb_serif_bold, NULL) +NSOPTION_STRING(fb_face_serif_bold, NULL) NSOPTION_STRING(fb_face_monospace, NULL) NSOPTION_STRING(fb_face_monospace_bold, NULL) NSOPTION_STRING(fb_face_cursive, NULL) -- cgit v1.2.3