summaryrefslogtreecommitdiff
path: root/framebuffer/options.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-05-28 09:58:53 +0100
committerVincent Sanders <vince@netsurf-browser.org>2013-05-28 14:16:11 +0100
commitdf62a917da68d83533cfd9031c2048f4080846f0 (patch)
tree8d726fd46bd9b397e7b8b0a961858e5b9b92a7ec /framebuffer/options.h
parent429a30caa73d80a363a47f307c8688c073d15145 (diff)
downloadnetsurf-df62a917da68d83533cfd9031c2048f4080846f0.tar.gz
netsurf-df62a917da68d83533cfd9031c2048f4080846f0.tar.bz2
move framebuffer to new options API
Diffstat (limited to 'framebuffer/options.h')
-rw-r--r--framebuffer/options.h2
1 files changed, 1 insertions, 1 deletions
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)