aboutsummaryrefslogtreecommitdiffstats
path: root/hb.c
diff options
context:
space:
mode:
Diffstat (limited to 'hb.c')
-rw-r--r--hb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hb.c b/hb.c
index 211f23a..99412c8 100644
--- a/hb.c
+++ b/hb.c
@@ -36,9 +36,9 @@ static RuneBuffer hbrunebuffer = { 0, NULL };
/*
* Poplulate the array with a list of font features, wrapped in FEATURE macro,
* e. g.
- *
+ * FEATURE('c', 'a', 'l', 't'), FEATURE('d', 'l', 'i', 'g')
*/
-hb_feature_t features[] = { FEATURE('c', 'a', 'l', 't'), FEATURE('d', 'l', 'i', 'g')};
+hb_feature_t features[] = { };
void
hbunloadfonts()