Blob Blame History Raw
Upstream, this is part of this commit:

commit 26761e9616f8a52aa14e7041ac9cbb0e139a1d83
Author: Skef Iterum <iterumllc@skef.org>
Date:   Thu May 13 05:33:44 2021 -0700

    Antlr 4 feature file parser and CMake build system

diff --git a/c/makeotf/makeotf_lib/source/hotconv/STAT.c b/c/makeotf/makeotf_lib/source/hotconv/STAT.c
index a93cb6571ad14fab..7d31230cf87bd941 100644
--- a/c/makeotf/makeotf_lib/source/hotconv/STAT.c
+++ b/c/makeotf/makeotf_lib/source/hotconv/STAT.c
@@ -301,7 +301,7 @@ void STATAddDesignAxis(hotCtx g, Tag tag, uint16_t nameID, uint16_t ordering) {
 
     // Currently registered tags are 'wght', 'wdth', 'opsz', 'ital', 'slnt'
     char tagString[4] = {TAG_ARG(tag)};
-    const uint32_t *regTags[5] = {
+    const uint32_t regTags[5] = {
                                   TAG('i', 't', 'a', 'l'),
                                   TAG('o', 'p', 's', 'z'),
                                   TAG('s', 'l', 'n', 't'),